serverless-cloudformation-sub-variables
Version:
Serverless framework plugin for easily supporting AWS CloudFormation Sub function variables
30 lines (29 loc) • 836 B
JSON
{
"name": "serverless-cloudformation-sub-variables",
"version": "0.2.1",
"description": "Serverless framework plugin for easily supporting AWS CloudFormation Sub function variables",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/santiagocardenas/serverless-cloudformation-sub-variables.git"
},
"keywords": [
"serverless",
"framework",
"plugin",
"aws",
"cloudformation",
"cfn",
"sub",
"variables"
],
"author": "Santiago Cardenas",
"license": "MIT",
"bugs": {
"url": "https://github.com/santiagocardenas/serverless-cloudformation-sub-variables/issues"
},
"homepage": "https://github.com/santiagocardenas/serverless-cloudformation-sub-variables#readme"
}