Metadata-Version: 2.1
Name: cdk-spa-deploy
Version: 0.1.14
Summary: cdk-spa-deploy
Home-page: https://github.com/nideveloper/CDK-SPA-Deploy.git
Author: matt@vs-software.co.uk
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Typing :: Typed
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Requires-Dist: jsii (~=0.20.11)
Requires-Dist: publication (>=0.0.3)
Requires-Dist: aws-cdk.aws-certificatemanager (>=1.19.0,~=1.19)
Requires-Dist: aws-cdk.aws-cloudfront (>=1.19.0,~=1.19)
Requires-Dist: aws-cdk.aws-s3 (>=1.19.0,~=1.19)
Requires-Dist: aws-cdk.aws-s3-deployment (>=1.19.0,~=1.19)
Requires-Dist: aws-cdk.core (>=1.19.0,~=1.19)

# CDK-SPA-Deploy

This is an AWS CDK Construct to make deploying a website to S3 behind SSL/Cloudfront easier

<img src="https://raw.githubusercontent.com/nideveloper/cdk-spa-deploy/master/img/spadeploy.png?sanitize=true">

## Installation

npm install --save cdk-spa-deploy

## Advanced Usage

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

<img src="https://raw.githubusercontent.com/nideveloper/cdk-spa-deploy/master/img/cdkdeploy-alias.png">

## Issues / Feature Requests

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


