-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.13 KB
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
32
33
34
35
36
{
"name": "awscdk-nodejsfunction-middyjs",
"version": "5.0.0",
"description": "Batteries-included boilerplate for using AWS CDK v2 with NodejsFunction construct and MiddyJS middleware",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@aws-sdk/client-ssm": "^3.699.0",
"@types/aws-lambda": "^8.10.145",
"@types/node": "^22.9.3",
"aws-cdk": "^2.170.0",
"aws-cdk-lib": "^2.170.0",
"constructs": "^10.4.2",
"esbuild": "0.24.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@aws-lambda-powertools/idempotency": "^2.11.0",
"@aws-lambda-powertools/logger": "^2.11.0",
"@aws-sdk/client-dynamodb": "^3.699.0",
"@aws-sdk/lib-dynamodb": "^3.699.0",
"@middy/core": "^6.0.0",
"@middy/http-error-handler": "^6.0.0",
"@middy/http-event-normalizer": "^6.0.0",
"@middy/http-header-normalizer": "^6.0.0",
"@middy/http-json-body-parser": "^6.0.0",
"@middy/http-router": "^6.0.0",
"@middy/http-security-headers": "^6.0.0",
"@middy/ssm": "^6.0.0"
}
}