@@ -6,12 +6,16 @@ This package provides input types for Lambda functions that process AWS events.
6
6
7
7
# Samples
8
8
9
+ [ ALB Target Group Events] ( README_ALBTargetGroupEvents.md )
10
+
9
11
[ API Gateway] ( README_ApiGatewayEvent.md )
10
12
11
13
[ API Gateway Custom Authorizer] ( README_ApiGatewayCustomAuthorizer.md )
12
14
13
15
[ AppSync] ( README_AppSync.md )
14
16
17
+ [ AutoScaling] ( README_AutoScaling.md )
18
+
15
19
[ ClientVPN Connection Handler] ( README_ClientVPN.md )
16
20
17
21
[ CloudFormation Events] ( ../cfn/README.md )
@@ -22,28 +26,42 @@ This package provides input types for Lambda functions that process AWS events.
22
26
23
27
[ Chime Bot Events] ( README_Chime_Bots.md )
24
28
25
- [ Code Commit Events] ( README_CodeCommit.md )
29
+ [ CodeBuild Events] ( README_CodeBuild.md )
30
+
31
+ [ CodeCommit Events] ( README_CodeCommit.md )
32
+
33
+ [ CodeDeploy Events] ( README_CodeDeploy.md )
26
34
27
35
[ Cognito Events] ( README_Cognito.md )
28
36
37
+ [ Cognito Custom Authentication] ( README_Cognito_UserPools_CustomAuthLambdaTriggers.md )
38
+
29
39
[ Cognito PostConfirmation] ( README_Cognito_UserPools_PostConfirmation.md )
30
40
41
+ [ Cognito PreAuthentication] ( README_Cognito_UserPools_PreAuthentication.md )
42
+
31
43
[ Cognito PreSignup] ( README_Cognito_UserPools_PreSignup.md )
32
44
33
45
[ Cognito PreTokenGen] ( README_Cognito_UserPools_PreTokenGen.md )
34
46
35
47
[ Config Events] ( README_Config.md )
36
48
49
+ [ Connect Events] [ README_Connect.md ]
50
+
37
51
[ DynamoDB Events] ( README_DynamoDB.md )
38
52
39
53
[ Kinesis Events] ( README_Kinesis.md )
40
54
55
+ [ Kinesis Data Analytics Events] ( README_KinesisDataAnalytics.md )
56
+
41
57
[ Kinesis Firehose Events] ( README_KinesisFirehose.md )
42
58
43
59
[ Lex Events] ( README_Lex.md )
44
60
45
61
[ S3 Events] ( README_S3.md )
46
62
63
+ [ S3 Batch Job Events] ( README_S3_Batch_Job.md )
64
+
47
65
[ SES Events] ( README_SES.md )
48
66
49
67
[ SNS Events] ( README_SNS.md )
0 commit comments