We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c52bd commit e91b238Copy full SHA for e91b238
src/resources/Api.ts
@@ -46,6 +46,7 @@ export class Api {
46
merge(resources, this.compileCloudWatchLogGroup());
47
merge(resources, this.compileLambdaAuthorizerPermission());
48
merge(resources, this.compileWafRules());
49
+ merge(resources, this.compileCachingResources());
50
51
forEach(this.config.apiKeys, (key) => {
52
merge(resources, this.compileApiKey(key));
0 commit comments