cfn-response
Version:
A module for sending responses from lambda-funciton backed custom resources in AWS CloudFormation
28 lines (27 loc) • 655 B
JSON
{
"name": "cfn-response",
"version": "1.0.1",
"description": "A module for sending responses from lambda-funciton backed custom resources in AWS CloudFormation",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/LukeMizuhashi/cfn-response.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aws",
"cfn-response",
"response",
"lambda",
"function",
"cloudFormation",
"custom",
"resource",
"cloud",
"formation"
],
"author": "Amazon Web Services, Inc. or its affiliates",
"license": "SEE LICENSE IN license.txt"
}