https://github.com/dsmrt/axiom
An AWS focused config manager
https://github.com/dsmrt/axiom
aws config
Last synced: about 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T01:34:43.000Z (over 1 year ago)
- Last Synced: 2025-04-03T10:03:23.397Z (over 1 year ago)
- Topics: aws, config
- Language: TypeScript
- Homepage:
- Size: 261 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)
- [Go Mondo](https://www.go-mondo.com)
- [Flipbox Digital](https://www.flipboxdigital.com)