Categories
API Gateway AWS CloudFormation CodeBuild CodePipeline Lambda S3

CI/CD for static assets and Lambda function

This Gist is based on Building a continuous delivery pipeline for a Lambda application with AWS CodePipeline. What happened? Needed to build a NodeJS project, upload the static assets to an S3 bucket and also deploy a small Lambda function that lived in a subfolder. Prerequisites The AWS Guide above will get you familiarized with […]