File tree Expand file tree Collapse file tree 3 files changed +12
-253
lines changed
Expand file tree Collapse file tree 3 files changed +12
-253
lines changed Original file line number Diff line number Diff line change 2222 "bcryptjs" : " ^2.4.3" ,
2323 "date-fns" : " ^4.1.0" ,
2424 "dynamodb-toolbox" : " ^1.3.8" ,
25- "hono" : " ^4.5.10" ,
26- "jest" : " ^29.7.0" ,
27- "jest-esbuild" : " ^0.3.0" ,
25+ "hono" : " ^4.7.5" ,
2826 "p-limit" : " ^6.1.0" ,
2927 "slug" : " ^9.1.0"
3028 },
3129 "devDependencies" : {
3230 "@types/jest" : " ^29.5.13" ,
33- "esbuild" : " ^0.20.1" ,
31+ "esbuild" : " ^0.25.1" ,
32+ "jest" : " ^29.7.0" ,
33+ "jest-esbuild" : " ^0.3.0" ,
3434 "serverless" : " ^3.40.0" ,
3535 "serverless-domain-manager" : " ^7.3.6" ,
3636 "serverless-esbuild" : " ^1.51.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ params:
1212 CUSTOM_DOMAIN : ${env:CUSTOM_DOMAIN, ""}
1313 HAS_CUSTOM_DOMAIN : ${strToBool(${env:HAS_CUSTOM_DOMAIN, "false"})}
1414 TRACER_TOKEN : ${env:TRACER_TOKEN, ""}
15- BUCKET_SUFFIX : ${env:BUCKET_SUFFIX, "" }
15+ BUCKET_SUFFIX : ${aws:accountId }
1616
1717custom :
1818 customDomain :
@@ -23,7 +23,7 @@ custom:
2323 endpointType : regional
2424 apiType : http
2525 logRetentionInDays : 14
26- bucketName : ${self:service}-traces-${sls:stage} ${param:BUCKET_SUFFIX}
26+ bucketName : ${self:service}-${param:BUCKET_SUFFIX}
2727
2828package :
2929 individually : true
You can’t perform that action at this time.
0 commit comments