This is a Lambda function designed for use with Lambda@Edge to authenticate requests via Google OAuth. Once logged in and checked against your domain, users are issued with a JWT that's then used in future requests.
- A
private
ACL S3 bucket. - A Lambda function in the
node8.10
runtime. - A CloudFront distribution with an origin access identity.
- S3 bucket policy to allow access from the above policy to the S3 bucket.
Blog post coming soon!