Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thebenforce/aws-docker
- Owner: theBenForce
- License: mit
- Created: 2018-10-04T19:19:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T21:13:44.000Z (about 6 years ago)
- Last Synced: 2025-02-05T02:58:14.332Z (16 days ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. |