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

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

Primary LanguageShellMIT LicenseMIT

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