Configuring AWS Systems Manager (SSM) Variables and Using Them From CodeBuild

AWS Systems Manager (formerly SSM) allows you to define secure, encrypted variables that you can read from other processes. Here, I’ll shortly discuss how to define such encrypted varible and read it from AWS CodeBuild.

June 18, 2019 · 2 min

Sample CI/CD Configuration for Serverless Application on AWS

How to effectively use stage promotions for your Serverless application. Article includes description of example CI/CD pipeline on AWS.

June 3, 2019 · 6 min

Defining CodeBuild runtime in buildspec.yml

Short introduction to AWS CodeBuild runtime images

May 28, 2019 · 2 min