ssm-parameter-store
Version:
λ✨Ergonomic SSM Parameter Store wrapper for AWS Lambda designed with ease-of-use in mind, with built-in caching and idempotent preloading, TypeScript compile time checks, and handy autocompletion.
30 lines (29 loc) • 615 B
JSON
{
"name": "ssm-parameter-store",
"version": "3.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/tallpants/ssm-parameter-store",
"keywords": [
"aws",
"lambda",
"aws-ssm",
"ssm",
"ssm parameter store",
"aws-lambda"
],
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublishOnly": "rm -rf dist && tsc"
},
"devDependencies": {
"@aws-sdk/client-ssm": "3.299.0",
"@types/node": "^18.15.10",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"peerDependencies": {
"@aws-sdk/client-ssm": "3.x"
}
}