@barbora-express/aws-secrets
v0.4.5
Published
Extracts AWS secrets and injects them to ENV variables
Downloads
39
Readme
Extract and inject AWS secrets to ENV variables
{
"region": "eu-central-1",
"environments": {
"production": {
"*": [
"secretId"
]
},
"development": {
"*": [
"secretId"
]
}
}
}aws-secrets -e .env -- node server.jsIf we replace * every aws env variable will be prefixed with provided key
