Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsmrt/axiom
An AWS focused config manager
https://github.com/dsmrt/axiom
aws config
Last synced: 7 days ago
JSON representation
An AWS focused config manager
- Host: GitHub
- URL: https://github.com/dsmrt/axiom
- Owner: dsmrt
- License: mit
- Created: 2023-11-11T18:45:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T18:37:00.000Z (7 months ago)
- Last Synced: 2024-10-02T00:19:34.729Z (about 1 month ago)
- Topics: aws, config
- Language: TypeScript
- Homepage:
- Size: 222 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Axiom
> An AWS focused config manager
## Packages
- `@dsmrt/axiom-cli`
- `@dsmrt/axiom-aws-sdk`
- `@dsmrt/axiom-config`## Features
- Multiple environments/accounts/regions
- Secrets with SSM Parameters## Getting Started
### Install the CLI
```bash
npm install @dsmrt/axiom-cli
```### CLI Usage
#### Features
- View rendered configs
- Manage SSM Parameters```
axiom --help
```### Config Usage
## Examples
> TODO
- use with AWS CDK
- within your nodejs app## Acknowledgements
- [Nate Iler](https://github.com/nateiler)
- [Flipbox Digital](https://www.flipboxdigital.com)
- [Go Mondo](https://www.flipboxdigital.com)