Widen / cloudfront-auth

An AWS CloudFront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
ISC License
623 stars 148 forks source link

Documentation refers to AWS Lambda blueprint that is not universally available #54

Open 3sGgpQ8H opened 4 years ago

3sGgpQ8H commented 4 years ago

Manual Deployment documentation refers to cloudfront-http-redirect AWS Lambda blueprint, that is available in N.Virginia region, but not in the others.However, in other regions serverless app with the very same name is available which is confusing.

The documentation should clearly state that lambda should be deployed in N.Virginia region.

amimas commented 4 years ago

In my experience lambda functions deployed in the N. Virginia region are the only ones that can be attached/deployed to a Cloudfront distribution (lambda@edge).

But yes, I agree that it'd be useful to note it in the docs.