Skip to content

Commit e91b238

Browse files
authored
fix(CloudFormation): Invalid Cognito Auth DefaultAction (#515)
1 parent 57c52bd commit e91b238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/Api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export class Api {
4646
merge(resources, this.compileCloudWatchLogGroup());
4747
merge(resources, this.compileLambdaAuthorizerPermission());
4848
merge(resources, this.compileWafRules());
49+
merge(resources, this.compileCachingResources());
4950

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

0 commit comments

Comments
 (0)