Metadata-Version: 1.2
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
Description: # 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
        
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
