CDK Constructs for AWS CloudFront
Project description
Amazon CloudFront Construct Library
This is a developer preview (public beta) module. Releases might lack important features and might have future breaking changes.
This API is still under active development and subject to non-backward compatible changes or removal in any future version. Use of the API is not recommended in production environments. Experimental APIs are not subject to the Semantic Versioning model.
A CloudFront construct - for setting up the AWS CDN with ease!
Example usage:
const sourceBucket = new Bucket(this, 'Bucket');
const distribution = new CloudFrontWebDistribution(this, 'MyDistribution', {
originConfigs: [
{
s3OriginSource: {
s3BucketSource: sourceBucket
},
behaviors : [ {isDefaultBehavior: true}]
}
]
});
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
aws-cdk.aws-cloudfront-1.8.0.tar.gz
(106.2 kB
view details)
Built Distribution
File details
Details for the file aws-cdk.aws-cloudfront-1.8.0.tar.gz
.
File metadata
- Download URL: aws-cdk.aws-cloudfront-1.8.0.tar.gz
- Upload date:
- Size: 106.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 767365141d6cfd928ddfaf21ca383e0b67f545e92d175e73cce995a3b5e451a7 |
|
MD5 | 24d89a118bb3662c0d383102e5c7afa4 |
|
BLAKE2b-256 | 036412a983e9aa2fc9874f78dab51728e036830577c23bdc2b21db170ca87d15 |
File details
Details for the file aws_cdk.aws_cloudfront-1.8.0-py3-none-any.whl
.
File metadata
- Download URL: aws_cdk.aws_cloudfront-1.8.0-py3-none-any.whl
- Upload date:
- Size: 104.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4d3f9df10ca72d82b8cb6f935822c71947bbc675e92cdcb3b49805b03ed9629 |
|
MD5 | 180d35bda35663369d77fb11b68925c3 |
|
BLAKE2b-256 | 61c774064e3ab6039fc35bf9f84686512e524ae6733c7c49add7b486efdafbbb |