File tree 5 files changed +8
-3
lines changed
5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
import class Foundation. JSONEncoder
16
16
17
+ // https://docs.aws.amazon.com/lambda/latest/dg/services-apigateway.html
17
18
// https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html
18
19
19
20
public enum APIGateway {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ public enum Cloudwatch {
31
31
/// CloudWatch.Event is the outer structure of an event sent via CloudWatch Events.
32
32
///
33
33
/// **NOTE**: For examples of events that come via CloudWatch Events, see
34
+ /// https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchevents.html
34
35
/// https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html
35
36
/// https://docs.aws.amazon.com/eventbridge/latest/userguide/event-types.html
36
37
public struct Event < Detail: CloudwatchDetail > : Decodable {
Original file line number Diff line number Diff line change 14
14
15
15
import struct Foundation. Date
16
16
17
- // https://github.com/aws/aws-lambda-go/blob/master/events/s3.go
17
+ // https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html
18
+
18
19
public enum S3 {
19
20
public struct Event : Decodable {
20
21
public struct Record : Decodable {
Original file line number Diff line number Diff line change 14
14
15
15
import struct Foundation. Date
16
16
17
- /// https://github.com/aws/aws-lambda-go/blob/master/events/sns.go
17
+ // https://docs.aws.amazon.com/lambda/latest/dg/with-sns.html
18
+
18
19
public enum SNS {
19
20
public struct Event : Decodable {
20
21
public struct Record : Decodable {
Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
15
- /// https://github.com/aws/aws-lambda-go/blob/master/events/sqs.go
15
+ // https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html
16
+
16
17
public enum SQS {
17
18
public struct Event : Decodable {
18
19
public let records : [ Message ]
You can’t perform that action at this time.
0 commit comments