Skip to content

Add missing links to READMEs #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ This package provides input types for Lambda functions that process AWS events.

# Samples

[ALB Target Group Events](README_ALBTargetGroupEvents.md)

[API Gateway](README_ApiGatewayEvent.md)

[API Gateway Custom Authorizer](README_ApiGatewayCustomAuthorizer.md)

[AppSync](README_AppSync.md)

[AutoScaling](README_AutoScaling.md)

[ClientVPN Connection Handler](README_ClientVPN.md)

[CloudFormation Events](../cfn/README.md)
Expand All @@ -22,28 +26,42 @@ This package provides input types for Lambda functions that process AWS events.

[Chime Bot Events](README_Chime_Bots.md)

[Code Commit Events](README_CodeCommit.md)
[CodeBuild Events](README_CodeBuild.md)

[CodeCommit Events](README_CodeCommit.md)

[CodeDeploy Events](README_CodeDeploy.md)

[Cognito Events](README_Cognito.md)

[Cognito Custom Authentication](README_Cognito_UserPools_CustomAuthLambdaTriggers.md)

[Cognito PostConfirmation](README_Cognito_UserPools_PostConfirmation.md)

[Cognito PreAuthentication](README_Cognito_UserPools_PreAuthentication.md)

[Cognito PreSignup](README_Cognito_UserPools_PreSignup.md)

[Cognito PreTokenGen](README_Cognito_UserPools_PreTokenGen.md)

[Config Events](README_Config.md)

[Connect Events][README_Connect.md]

[DynamoDB Events](README_DynamoDB.md)

[Kinesis Events](README_Kinesis.md)

[Kinesis Data Analytics Events](README_KinesisDataAnalytics.md)

[Kinesis Firehose Events](README_KinesisFirehose.md)

[Lex Events](README_Lex.md)

[S3 Events](README_S3.md)

[S3 Batch Job Events](README_S3_Batch_Job.md)

[SES Events](README_SES.md)

[SNS Events](README_SNS.md)
Expand Down