You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now I cannot upload my template to the Serverless Repository with an AWS::CloudFront::OriginAccessControl inside. We just refactored this, to move away from the now-legacy AWS::CloudFront::CloudFrontOriginAccessIdentity.
However, we run into an error and it turns out AWS::CloudFront::OriginAccessControl is not on the List of Supported AWS Resources for the Serverless Repository.
Can that be supported please?
+ sam publish --template packaged.yaml
Publish Failed
Error: The template contains unsupported resource types. [AWS::CloudFront::OriginAccessControl]
Please follow the instructions in https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-template-publishing-applications.html
The text was updated successfully, but these errors were encountered:
Right now I cannot upload my template to the Serverless Repository with an
AWS::CloudFront::OriginAccessControl
inside. We just refactored this, to move away from the now-legacyAWS::CloudFront::CloudFrontOriginAccessIdentity
.That CloudFront construct was launched in 2022: https://aws.amazon.com/blogs/networking-and-content-delivery/amazon-cloudfront-introduces-origin-access-control-oac/
However, we run into an error and it turns out
AWS::CloudFront::OriginAccessControl
is not on the List of Supported AWS Resources for the Serverless Repository.Can that be supported please?
The text was updated successfully, but these errors were encountered: