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

Can't create Cognito User Pool when deploying the stack through CloudFormation #11

Open pjvilloud opened 2 years ago

pjvilloud commented 2 years ago

I'm trying to deploy this stack through CloudFormation to enable cognito user login for my static S3 hosted website but I'm getting this error :

The following resource(s) failed to create: [CognitoUserPool] The following resource(s) failed to create: [CreateUserPoolAndClientFunction]

image

I left all the default options.

Any idea about what is causing this ? I'm using an account created from my AWS organization

Thanks !

smudkicker commented 1 year ago

I had this problem as well