This is an AWS CDK Construct to simplify deploying a single-page website use CloudFront distributions.
Project description
cdk-simplewebsite-deploy
This is an AWS CDK Construct to simplify deploying a single-page website use CloudFront distributions.
Installation and Usage
npm i cdk-simplewebsite-deploy
CreateBasicSite
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.core as cdk
from cdk_simplewebsite_deploy import CreateBasicSite
class PipelineStack(cdk.Stack):
def __init__(self, scope, id, *, description=None, env=None, stackName=None, tags=None, synthesizer=None, terminationProtection=None, analyticsReporting=None):
super().__init__(scope, id, description=description, env=env, stackName=stackName, tags=tags, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting)
CreateBasicSite(stack, "test-website",
website_folder="./src/build",
index_doc="index.html",
encrypt_bucket=True,
hosted_zone_domain="example.com",
website_domain="example.com",
website_sub_domain="www.example.com"
)
CreateCloudfrontSite
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.core as cdk
from cdk_simplewebsite_deploy import CreateCloudfrontSite
class PipelineStack(cdk.Stack):
def __init__(self, scope, id, *, description=None, env=None, stackName=None, tags=None, synthesizer=None, terminationProtection=None, analyticsReporting=None):
super().__init__(scope, id, description=description, env=env, stackName=stackName, tags=tags, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting)
CreateCloudfrontSite(stack, "test-website",
website_folder="./src/dist",
index_doc="index.html",
encrypt_bucket=True,
hosted_zone_domain="example.com",
website_domain="www.example.com"
)
License
Distributed under the Apache-2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for cdk-simplewebsite-deploy-0.0.26.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33ec98398ff46ac5c57f4d03ef23ae45f0f68fa7406ae28846fe58d0d7f7ceeb |
|
MD5 | 2f5714640a62276ba3d388e0d237f8af |
|
BLAKE2b-256 | 46c8df7ae97246632abf638dca100243f5360b2348118039a8fbf3b1b8c1aa50 |
Close
Hashes for cdk_simplewebsite_deploy-0.0.26-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17e28c70d1903d102b5bad484ec3e00e289a87c9e5a0ad86a62fb7119c11bab4 |
|
MD5 | 424e0e91d0819a2a464450d879fcac73 |
|
BLAKE2b-256 | 8a42558486575f3e4b443dfa1569c8979164bcd59cfdec2f758767f9c5de3233 |