Skip to content

Commit

Permalink
fix(CloudFormation): Invalid Cognito Auth DefaultAction (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboure authored Jun 15, 2022
1 parent 57c52bd commit e91b238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export class Api {
merge(resources, this.compileCloudWatchLogGroup());
merge(resources, this.compileLambdaAuthorizerPermission());
merge(resources, this.compileWafRules());
merge(resources, this.compileCachingResources());

forEach(this.config.apiKeys, (key) => {
merge(resources, this.compileApiKey(key));
Expand Down

0 comments on commit e91b238

Please sign in to comment.