forked from nrdio/sns-lambda-dynamodb-cloudformation-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 912 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "sns-lambda-dynamodb-cloudformation-example",
"version": "1.0.0",
"description": "This project demonstrate usage of CloudFormation template for creating a CloudFormation stack comprising of SNS topic, Subscription, Dynamodb table, Lambda persisting event in dynamodb table and IAM role",
"main": "index.js",
"scripts": {
"deploy": "./deploy.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nitin D",
"dependencies": {
"aws-sdk": "^2.224.1",
"uuid": "^3.2.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/nrdio/sns-lambda-dynamodb-cloudformation-example.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nrdio/sns-lambda-dynamodb-cloudformation-example.git/issues"
},
"homepage": "https://github.com/nrdio/sns-lambda-dynamodb-cloudformation-example.gitt#readme"
}