File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,10 @@ export type AwsLambdaRuntime =
65
65
| "nodejs14.x"
66
66
| "nodejs16.x"
67
67
| "nodejs18.x"
68
+ | "nodejs20.x"
68
69
| "provided"
69
70
| "provided.al2"
71
+ | "provided.al2023"
70
72
| "python3.7"
71
73
| "python3.8"
72
74
| "python3.9"
@@ -149,6 +151,7 @@ export interface AWS {
149
151
disableHttpSpans ?: boolean ;
150
152
logAccessIamRole ?: AwsArnString ;
151
153
logIngestMode ?: "push" | "pull" ;
154
+ disableWrapping ?: boolean ;
152
155
} ;
153
156
[ k : string ] : unknown ;
154
157
} ;
@@ -1030,6 +1033,7 @@ export interface AWS {
1030
1033
| "ap-northeast-2"
1031
1034
| "ap-northeast-3"
1032
1035
| "ap-south-1"
1036
+ | "ap-south-2"
1033
1037
| "ap-southeast-1"
1034
1038
| "ap-southeast-2"
1035
1039
| "ap-southeast-3"
@@ -1045,6 +1049,7 @@ export interface AWS {
1045
1049
| "eu-west-1"
1046
1050
| "eu-west-2"
1047
1051
| "eu-west-3"
1052
+ | "il-central-1"
1048
1053
| "me-central-1"
1049
1054
| "me-south-1"
1050
1055
| "sa-east-1" ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @serverless/typescript" ,
3
- "version" : " 3.34 .0" ,
3
+ "version" : " 3.38 .0" ,
4
4
"description" : " Serverless typescript definitions" ,
5
5
"main" : " index.d.ts" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments