Skip to content

Commit 6a86327

Browse files
committed
Add Serverless definitions for v4.11.1
1 parent 892f1fa commit 6a86327

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

index.d.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,16 @@ export interface AWS {
731731
individually?: boolean;
732732
patterns?: string[];
733733
};
734-
provisionedConcurrency?: number | AwsCfFunction | AwsCfIf;
734+
provisionedConcurrency?:
735+
| (
736+
| number
737+
| {
738+
executions: number;
739+
alias?: string;
740+
}
741+
)
742+
| AwsCfFunction
743+
| AwsCfIf;
735744
reservedConcurrency?: number | AwsCfFunction | AwsCfIf;
736745
role?: AwsLambdaRole;
737746
runtime?: AwsLambdaRuntime;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless/typescript",
3-
"version": "4.10.1",
3+
"version": "4.11.1",
44
"description": "Serverless typescript definitions",
55
"main": "index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)