-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 849 Bytes
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
26
27
28
29
30
31
{
"name": "hello-serverless-world",
"version": "0.1.0",
"bin": {
"hello-serverless-world": "bin/hello-serverless-world.js"
},
"scripts": {
"build": "echo \"The build step is not required when using JavaScript!\" && exit 0",
"cdk": "cdk",
"test": "jest"
},
"devDependencies": {
"@aws-cdk/assert": "1.89.0",
"aws-cdk": "1.89.0",
"esbuild": "^0.8.46",
"jest": "^26.4.2"
},
"dependencies": {
"-": "0.0.1",
"@aws-cdk/aws-lambda": "^1.89.0",
"@aws-cdk/aws-lambda-event-sources": "^1.89.0",
"@aws-cdk/aws-lambda-nodejs": "^1.89.0",
"@aws-cdk/aws-s3": "^1.89.0",
"@aws-cdk/aws-s3-deployment": "^1.89.0",
"@aws-cdk/aws-sns": "1.89.0",
"@aws-cdk/aws-sns-subscriptions": "1.89.0",
"@aws-cdk/aws-sqs": "1.89.0",
"@aws-cdk/core": "1.89.0",
"aws-sdk": "^2.843.0"
}
}