jamesmoriarty / cfn-static-website-with-lambda-at-edge

Static website hosted from an S3 Bucket delivered via Cloudfront with Lambda@Edge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfn-static-website-with-lambda-at-edge

Static website hosted from an S3 Bucket delivered via Cloudfront with Lambda@Edge.

Status

Branch Domain Status
master lambda-at-edge.examples.jamesmoriarty.xyz master build status

Routes

/

Returns index.html.

Query

debug

Returns viewer-request object as json.

Deploy

STACK_NAME=examples-lambda-at-edge \
WEBSITE_CERT_ARN=arn:aws:acm:us-east-1:467230181896:certificate/d61d229a-b07a-484c-bc9a-dce0fc6bfe2a \
WEBSITE_HOSTED_ZONE=jamesmoriarty.xyz \
WEBSITE_DOMAIN=lambda-at-edge.examples.jamesmoriarty.xyz \
    bin/deploy

About

Static website hosted from an S3 Bucket delivered via Cloudfront with Lambda@Edge.

License:MIT License


Languages

Language:Shell 56.2%Language:JavaScript 26.5%Language:HTML 17.3%