Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: we moved to CloudFront Origin Access control already but SAM does not support that yet #300

Open
ottokruse opened this issue Nov 13, 2024 · 0 comments

Comments

@ottokruse
Copy link
Collaborator

The main branch of this repo moved to use AWS::CloudFront::OriginAccessControl instead of the now-legacy AWS::CloudFront::CloudFrontOriginAccessIdentity in #298

However we now run into the fact that AWS::CloudFront::OriginAccessControl is not on the List of Supported AWS Resources for the Serverless Repository.

This blocks us from publishing a new version to the SAR:

+ 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

Have asked the AWS SAM team to support AWS::CloudFront::OriginAccessControl: aws/serverless-application-model#3681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant