assume-aws-environment-variables
Version:
Sets AWS environment variables with credentials from an assumed role. Useful for use with Claudia.js
30 lines (29 loc) • 803 B
JSON
{
"name": "assume-aws-environment-variables",
"version": "0.0.2",
"description": "Sets AWS environment variables with credentials from an assumed role. Useful for use with Claudia.js",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LukeMizuhashi/assume-aws-environment-variables.git"
},
"keywords": [
"claudiajs",
"aws",
"assume",
"role",
"iam"
],
"author": "Luke Mizuhashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/LukeMizuhashi/assume-aws-environment-variables/issues"
},
"homepage": "https://github.com/LukeMizuhashi/assume-aws-environment-variables#readme",
"dependencies": {
"aws-sdk": "^2.314.0"
}
}