Skip to main content

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.29.0.tar.gz (90.9 kB view details)

Uploaded Source

Built Distribution

aws_cdk.aws_cloudfront-0.29.0-py3-none-any.whl (89.9 kB view details)

Uploaded Python 3

File details

Details for the file aws-cdk.aws-cloudfront-0.29.0.tar.gz.

File metadata

  • Download URL: aws-cdk.aws-cloudfront-0.29.0.tar.gz
  • Upload date:
  • Size: 90.9 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

Hashes for aws-cdk.aws-cloudfront-0.29.0.tar.gz
Algorithm Hash digest
SHA256 929391c96d1dc8d48eeef257cc4f3dd4de48e91ba94a0608110c41d3477fcf7a
MD5 86c44175fec766be2ad52c6b9b0b15c3
BLAKE2b-256 308c98f13f062ffdf3aa34fe4a4d23496d6a1ef6219a13ac7a340bcc33dd3c4c

See more details on using hashes here.

File details

Details for the file aws_cdk.aws_cloudfront-0.29.0-py3-none-any.whl.

File metadata

  • Download URL: aws_cdk.aws_cloudfront-0.29.0-py3-none-any.whl
  • Upload date:
  • Size: 89.9 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

Hashes for aws_cdk.aws_cloudfront-0.29.0-py3-none-any.whl
Algorithm Hash digest
SHA256 716b647a2e8d248006f43b258e07da173f7d9fb1104062c7f17c5b0c774e0615
MD5 b836bb1287642c478c0cece0d94d872f
BLAKE2b-256 3f953eced713c7edb7907f801c31899db8100af078cc3b402ef6684eb7138271

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page