Skip to content

Commit

Permalink
Add routes in api gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Feb 15, 2024
1 parent 1fc3b86 commit bb3c369
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions infrastructure/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Resources:
payloadFormatVersion: "1.0"
type: "http_proxy"
httpMethod: "ANY"
uri: "${CloudfrontURL}robots.txt"
uri:
Fn::Sub: "${CloudfrontURL}robots.txt"
connectionType: "INTERNET"
/apple-touch-icon.png:
x-amazon-apigateway-any-method:
Expand All @@ -67,7 +68,8 @@ Resources:
payloadFormatVersion: "1.0"
type: "http_proxy"
httpMethod: "ANY"
uri: ${CloudfrontURL}apple-touch-icon.png
uri:
Fn::Sub: "${CloudfrontURL}apple-touch-icon.png"
connectionType: "INTERNET"
x-amazon-apigateway-importexport-version: "1.0"

Expand Down

0 comments on commit bb3c369

Please sign in to comment.