@fogwarts/cfn-response
Version:
Helps you in sending http responses for lambda-based custom resources in AWS CloudFormation
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "@fogwarts/cfn-response",
"version": "0.1.5",
"description": "Helps you in sending http responses for lambda-based custom resources in AWS CloudFormation",
"private": false,
"keywords": [
"aws",
"cfn",
"cloudformation",
"response",
"cfnResponse",
"cloudformationresponse",
"custom",
"resource",
"customResource",
"function",
"lambda",
"customFunction",
"customLambda",
"customResourceFunction",
"customResourceLambda",
"response",
"customResourceResponse",
"customResourceLambdaResponse"
],
"main": "index.js",
"scripts": {
"prepublish": "npm run build",
"build": "esbuild index.ts --bundle --platform=node --target=node14 --outfile=index.js",
"watch": "esbuild index.ts --bundle --platform=node --target=node14 --outfile=index.js --watch"
},
"author": {
"name": "Alexandru Gaman",
"email": "alex@fogwarts.dev",
"url": "https://gitlab.com/agaman"
},
"homepage": "https://gitlab.com/agaman/cfn-response",
"license": "MIT",
"devDependencies": {
"@types/aws-lambda": "^8.10.79",
"@types/node": "^16.3.3",
"esbuild": "^0.13.14"
}
}