Skip to content

Commit

Permalink
Removing TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltruong committed Aug 7, 2024
1 parent acce3a7 commit 1519b14
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,6 @@ Resources:
CloudFrontOriginAccessIdentityConfig:
Comment: CloudFront access identity

# CloudFrontAPICachePolicy:
# Type: AWS::CloudFront::CachePolicy
# Properties:
# CachePolicyConfig:
# Comment: "Custom CloudFront Caching Policy to allow the Authorization header through to the Origins."
# DefaultTTL: 1
# MaxTTL: 1
# MinTTL: 1
# Name: !Sub ${ApiGatewayId}-CFCachePolicy
# ParametersInCacheKeyAndForwardedToOrigin:
# CookiesConfig:
# CookieBehavior: none
# EnableAcceptEncodingBrotli: false
# EnableAcceptEncodingGzip: false
# HeadersConfig:
# HeaderBehavior: whitelist
# Headers:
# - Authorization
# - X-Api-Key
# QueryStringsConfig:
# QueryStringBehavior: all

CloudFrontDistribution:
Type: AWS::CloudFront::Distribution
Properties:
Expand Down

0 comments on commit 1519b14

Please sign in to comment.