Skip to main content

CDK construct library for CloudFront Extensions

Project description

NPM version PyPI version Release

cdk-cloudfront-plus

CDK constructs library that allows you to build AWS CloudFront Extensions in JavaScript, TypeScript or Python.

Sample

# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import cdk_cloudfront_plus as cfplus

app = cdk.App()

stack = cdk.Stack(app, "demo-stack")

# prepare the `modify resonse header` extension
modify_resp_header = extensions.ModifyResponseHeader(stack, "ModifyResp")

# prepare the `anti-hotlinking` extension
anti_hotlinking = extensions.AntiHotlinking(stack, "AntiHotlink",
    referer=["example.com", "exa?ple.*"
    ]
)

# create the cloudfront distribution with extension(s)
Distribution(stack, "dist",
    default_behavior={
        "origin": origins.HttpOrigin("aws.amazon.com"),
        "edge_lambdas": [modify_resp_header, anti_hotlinking
        ]
    }
)

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

cdk-cloudfront-plus-0.1.5.tar.gz (62.0 kB view details)

Uploaded Source

Built Distribution

cdk_cloudfront_plus-0.1.5-py3-none-any.whl (64.6 kB view details)

Uploaded Python 3

File details

Details for the file cdk-cloudfront-plus-0.1.5.tar.gz.

File metadata

  • Download URL: cdk-cloudfront-plus-0.1.5.tar.gz
  • Upload date:
  • Size: 62.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.9

File hashes

Hashes for cdk-cloudfront-plus-0.1.5.tar.gz
Algorithm Hash digest
SHA256 d4624ca6bf8228f3516fe9e609b949b104ac59b23ce5f7e8befa82ed08313eb4
MD5 9d90856c07595ce3dd27252c083eeaaf
BLAKE2b-256 29435de67ed59c81546a0a0cac32e55470e8f321d6aa92e74b7ea8d24cf96661

See more details on using hashes here.

File details

Details for the file cdk_cloudfront_plus-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: cdk_cloudfront_plus-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 64.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.9

File hashes

Hashes for cdk_cloudfront_plus-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 dc985109165053ce694eef4687f3ac2f66f6dd4bfd934e5e9f03be9da7189b70
MD5 f23bc7b178050d1546543e8e7fac6b62
BLAKE2b-256 a66d9dff3e550570d237f5ac157f7e3771be26f6be2f9b94237882bf9c977234

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