Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thebenforce/aws-docker

A docker container for AWS CD use
https://github.com/thebenforce/aws-docker

Last synced: 16 days ago
JSON representation

A docker container for AWS CD use

Awesome Lists containing this project

README

        

# 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](https://www.npmjs.com/package/labbadge), and a custom script.

## Script

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