Skip to content

Commit

Permalink
Add Serverless definitions for v3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbarthelet committed Dec 1, 2023
1 parent 29ea18f commit 47fe5fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ export type AwsLambdaRuntime =
| "nodejs14.x"
| "nodejs16.x"
| "nodejs18.x"
| "nodejs20.x"
| "provided"
| "provided.al2"
| "provided.al2023"
| "python3.7"
| "python3.8"
| "python3.9"
Expand Down Expand Up @@ -149,6 +151,7 @@ export interface AWS {
disableHttpSpans?: boolean;
logAccessIamRole?: AwsArnString;
logIngestMode?: "push" | "pull";
disableWrapping?: boolean;
};
[k: string]: unknown;
};
Expand Down Expand Up @@ -1030,6 +1033,7 @@ export interface AWS {
| "ap-northeast-2"
| "ap-northeast-3"
| "ap-south-1"
| "ap-south-2"
| "ap-southeast-1"
| "ap-southeast-2"
| "ap-southeast-3"
Expand All @@ -1045,6 +1049,7 @@ export interface AWS {
| "eu-west-1"
| "eu-west-2"
| "eu-west-3"
| "il-central-1"
| "me-central-1"
| "me-south-1"
| "sa-east-1";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless/typescript",
"version": "3.34.0",
"version": "3.38.0",
"description": "Serverless typescript definitions",
"main": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit 47fe5fa

Please sign in to comment.