aws-samples / authorization-lambda-at-edge

Code demonstrates authorization with Lambda@Edge and JSON Web Tokens (JWTs)
Apache License 2.0
103 stars 39 forks source link

UpdateConfigCustom fails #12

Open nmflavio opened 2 years ago

nmflavio commented 2 years ago

UpdateConfigCustom which is part of LambdaAtEdge fails with error:

Embedded stack arn:aws:cloudformation:us-east-1:075322910062:stack/auth-at-edge-LambdaAtEdge-VJYEMAJ8MGS7/93037dc0-529f-11ec-9e01-0ea8b0d0f7df was not successfully created: The following resource(s) failed to create: [UpdateConfigCustom].

It seems this error is caused by account-level Block Public Access settings for this account enabled in the "auth-at-edge-origin-public-" S3 bucket

cnotoham commented 1 year ago

I am facing this same issue. Anyone has the solution for this please?