JSPM

  • Created
  • Published
  • Downloads 1401
  • Score
    100M100P100Q113931F
  • License MIT

This is an AWS CDK Construct to make deploying a single page website (Angular/React/Vue) to AWS S3 behind SSL/Cloudfront as easy as 5 lines of code.

Package Exports

  • cdk-spa-deploy

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cdk-spa-deploy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CDK-SPA-Deploy

npm Vulnerabilities

This is an AWS CDK Construct to make deploying a single page website (Angular/React/Vue) to AWS S3 behind SSL/Cloudfront as easy as 5 lines of code.

Installation and Usage

Typescript

npm install --save cdk-spa-deploy

cdk-spa-deploy example

Python

pip install cdk-spa-deploy

cdk-spa-deploy python example

Advanced Usage

Auto Deploy From Hosted Zone Name

If you purchased your domain through route 53 and already have a hosted zone then just use the name to deploy your site behind cloudfront. This handles the SSL cert and everything for you.

cdk-spa-deploy alias

Custom Domain and SSL Certificates

You can also pass the ARN for an SSL certification and your alias routes to cloudfront

cdk-spa-deploy alias

Encrypted S3 Bucket

Pass in one boolean to tell SPA Deploy to encrypt your website bucket

cdk-spa-deploy encryption

Restrict Access to Known IPs

Pass in a boolean and an array of IP addresses and your site is locked down!

cdk-spa-deploy ipfilter

Issues / Feature Requests

https://github.com/nideveloper/CDK-SPA-Deploy