File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " path-based-versioning-with-api-gateway" ,
3
+ "version" : " 0.1.0" ,
4
+ "bin" : {
5
+ "amazon-api-gateway-versioning-custom-domain" : " bin/amazon-api-gateway-versioning-custom-domain.js"
6
+ },
7
+ "scripts" : {
8
+ "build" : " tsc" ,
9
+ "watch" : " tsc -w" ,
10
+ "test" : " jest" ,
11
+ "cdk" : " cdk" ,
12
+ "deploy-routing" : " npx cdk deploy CustomDomainRouterStack --parameters PrerequisiteDomainName=<<REPLACE_ME_WITH_YOU_DOMAIN_NAME>>" ,
13
+ "deploy-v1" : " npx cdk -a \" npx ts-node --prefer-ts-exts bin/amazon-api-gateway-versioning-custom-domain.ts\" deploy ApiStackV1" ,
14
+ "deploy-v2" : " npx cdk -a \" npx ts-node --prefer-ts-exts bin/amazon-api-gateway-versioning-custom-domain.ts\" deploy ApiStackV2"
15
+ },
16
+ "devDependencies" : {
17
+ "@types/aws-lambda" : " ^8.10.141" ,
18
+ "@types/jest" : " ^29.5.12" ,
19
+ "@types/node" : " 20.14.9" ,
20
+ "aws-cdk" : " 2.149.0" ,
21
+ "jest" : " ^29.7.0" ,
22
+ "ts-jest" : " ^29.1.5" ,
23
+ "ts-node" : " ^10.9.2" ,
24
+ "typescript" : " ~5.5.3"
25
+ },
26
+ "dependencies" : {
27
+ "@aws-lambda-powertools/logger" : " ^2.5.0" ,
28
+ "@aws-lambda-powertools/parser" : " ^2.5.0-beta" ,
29
+ "@aws-lambda-powertools/tracer" : " ^2.5.0" ,
30
+ "aws-cdk-lib" : " 2.149.0" ,
31
+ "cdk-nag" : " ^2.28.163" ,
32
+ "constructs" : " ^10.0.0" ,
33
+ "source-map-support" : " ^0.5.21" ,
34
+ "zod" : " ^3.23.8"
35
+ }
36
+ }
You can’t perform that action at this time.
0 commit comments