0.4.5 • Published 3 years ago

@barbora-express/aws-secrets v0.4.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Extract and inject AWS secrets to ENV variables

{
    "region": "eu-central-1",
    "environments": {
        "production": {
            "*": [
                "secretId"
            ]
        },
        "development": {
            "*": [
                "secretId"
            ]
        }
    }
}
aws-secrets -e .env -- node server.js

If we replace * every aws env variable will be prefixed with provided key

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago