CDK Constructs for AWS CloudFront
Project description
AWS CloudFront Construct Library
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-0.28.0.tar.gz
(101.4 kB
view details)
Built Distribution
File details
Details for the file aws-cdk.aws-cloudfront-0.28.0.tar.gz
.
File metadata
- Download URL: aws-cdk.aws-cloudfront-0.28.0.tar.gz
- Upload date:
- Size: 101.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 570361fe3c9ea4f0ea731d1ddc98f3e01e37825e9636847d571494de9e2d3fbd |
|
MD5 | 57e5a663e78525ab1386eea54ee9ed87 |
|
BLAKE2b-256 | d0d1ab754d0f6583bb471541fa160132dac8b5abe0caf54722d34580134ae477 |
File details
Details for the file aws_cdk.aws_cloudfront-0.28.0-py3-none-any.whl
.
File metadata
- Download URL: aws_cdk.aws_cloudfront-0.28.0-py3-none-any.whl
- Upload date:
- Size: 100.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4be7e965d3f9c27e633fc99c790286c80013a6d4b62a307b85298ae43f8b893b |
|
MD5 | ce6eaa752762bf1a9d484f8ce8fe4615 |
|
BLAKE2b-256 | e16599ed1460b564108a8b7fdd96ed8b63f52f4ec2d3d538a2916d08d2322510 |