Skip to content

Commit

Permalink
Added ApiGatewayV2 type and modified the unit-test accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-ignatiev committed Apr 26, 2019
1 parent 2c77ae1 commit 03b2c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/unit-tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const constructPlugin = (customDomainOptions) => {
sdk: {
ACM: aws.ACM,
APIGateway: aws.APIGateway,
ApiGatewayV2: aws.ApiGatewayV2,
CloudFormation: aws.CloudFormation,
Route53: aws.Route53,
},
Expand Down
1 change: 1 addition & 0 deletions types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export interface ServerlessInstance { // tslint:disable-line
aws: {
sdk: {
APIGateway: any,
ApiGatewayV2: any,
Route53: any,
CloudFormation: any,
ACM: any,
Expand Down

0 comments on commit 03b2c2f

Please sign in to comment.