Software
Buildspec with S3 environment configuration files
A very simple buildspec.yml using a shell script to fetch an environment file from S3. You’ll want to make sure permissions are setup on the S3 bucket to properly manage this from CodeBuild.
A very simple buildspec.yml using a shell script to fetch an environment file from S3. You’ll want to make sure permissions are setup on the S3 bucket to properly manage this from CodeBuild.
First, we need to setup our workstation to have a docker image that we can use to mimic codebuild in the wild. For this I’ve setup nodejs, but you can browse the binaries and freely use whichever you want. Below is a simple list of commands to get setup. Note Read more…
The point is we identify many similar reusable components, and so we reuse them, all-the-while maintaining our uniqueness across pipelines. If we later determine the testing step needs to be separated, the change process is very straight forward and as simple as cloning the original and updating the new Lambda.