/aws-docker

A docker container for AWS CD use

Primary LanguageJavaScriptMIT LicenseMIT

AWS Docker Container

A docker image based on node:alpine for use in CI/CD pipelines targeting AWS. Includes the AWS cli, node, python, git, labbadge, and a custom script.

Script

command description
add-ssh <id_rsa contents> Set the contents of ~/.ssh/id_rsa.
get-json-value <filename> <property path> Get the value of the property at the given path.
get-stack-output <filename> <OutputKey> Given a file containing the output of describe-stacks, returns the value of the requested output key.