0.4.5 • Published 2 years ago

@barbora-express/aws-secrets v0.4.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago