Skip to content

Jareechang/aws-webhook-series-part-1

Repository files navigation

AWS Webhook Technical series: Part 1

This is the part 1 of the technical series, it is available here.

AWS Webhook technical series part 1

By the end of this module, you should:

  • ✅ Understand the folder structure and it’s setup

  • ✅ Be able to setup the basic scaffold of the AWS Lambda function with AWS Lambda Alias

  • ✅ Be able to setup modules using terraform (for the lambda functions)

  • ✅ Understand the CI/CD process of the Lambda function in our setup

  • ✅ Understand each of the steps of the CI/CD

  • ✅ Be able to Test out the lambda functions manually (using AWS CLI)

AWS initial lambda infrastructure

Feel free to use this starter template - aws-webhook-series-starter as a starting point.