File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,10 @@ export type AwsLambdaRuntime =
6565 | "nodejs14.x"
6666 | "nodejs16.x"
6767 | "nodejs18.x"
68+ | "nodejs20.x"
6869 | "provided"
6970 | "provided.al2"
71+ | "provided.al2023"
7072 | "python3.7"
7173 | "python3.8"
7274 | "python3.9"
@@ -149,6 +151,7 @@ export interface AWS {
149151 disableHttpSpans ?: boolean ;
150152 logAccessIamRole ?: AwsArnString ;
151153 logIngestMode ?: "push" | "pull" ;
154+ disableWrapping ?: boolean ;
152155 } ;
153156 [ k : string ] : unknown ;
154157 } ;
@@ -1030,6 +1033,7 @@ export interface AWS {
10301033 | "ap-northeast-2"
10311034 | "ap-northeast-3"
10321035 | "ap-south-1"
1036+ | "ap-south-2"
10331037 | "ap-southeast-1"
10341038 | "ap-southeast-2"
10351039 | "ap-southeast-3"
@@ -1045,6 +1049,7 @@ export interface AWS {
10451049 | "eu-west-1"
10461050 | "eu-west-2"
10471051 | "eu-west-3"
1052+ | "il-central-1"
10481053 | "me-central-1"
10491054 | "me-south-1"
10501055 | "sa-east-1" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @serverless/typescript" ,
3- "version" : " 3.34 .0" ,
3+ "version" : " 3.38 .0" ,
44 "description" : " Serverless typescript definitions" ,
55 "main" : " index.d.ts" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments