We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e559f9c commit f329905Copy full SHA for f329905
permission-template.yaml
@@ -323,3 +323,12 @@ Resources:
323
Fn::Sub: "${AlisAppId}-TopicsCryptoRankingIndex"
324
Principal: "apigateway.amazonaws.com"
325
SourceArn: !Sub ${RestApiArn}/*/GET/topics/crypto/ranking
326
+ SearchTagsCountApiGatewayInvoke:
327
+ Type: "AWS::Lambda::Permission"
328
+ Properties:
329
+ Action: "lambda:InvokeFunction"
330
+ FunctionName:
331
+ Fn::ImportValue:
332
+ Fn::Sub: "${AlisAppId}-SearchTagsCount"
333
+ Principal: "apigateway.amazonaws.com"
334
+ SourceArn: !Sub ${RestApiArn}/*/GET/search/tags_count
0 commit comments