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
        ]
    }
)

Available Extensions in AWS CDK

Extension Name Category Solution ID Function/Folder Name Status
Access Origin by geolocation Origin Selection SO8118 cf-access-origin-by-geolocation WIP
Convert Query String Override Request SO8113 cf-convert-query-string WIP
OAuth2 Authentication Authentication SO8131 cf-authentication-by-oauth2 WIP
Cognito Redirect Authentication SO8132 cf-authentication-by-cognito-redirect WIP
Custom Log to Kinesis Firehose Logging SO8133 cf-global-data-ingestion WIP
HTTP 302 from Origin URL Redirect SO8103 cf-http302-from-origin WIP
Default Directory Index for Amazon S3 Origin URL Redirect SO8134 cf-default-dir-index Completed
Modify Response Header Header Rewrite SO8105 modify-response-header Completed
Anti Hotlinking Security SO8126 anti-hotlinking Completed
Add Security Headers Security SO8102 add-security-headers Completed

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

Uploaded Source

Built Distribution

cdk_cloudfront_plus-0.1.20-py3-none-any.whl (86.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cdk-cloudfront-plus-0.1.20.tar.gz
  • Upload date:
  • Size: 84.1 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.20.tar.gz
Algorithm Hash digest
SHA256 24e7f64542e08b272567d43672c3e4008764213b3f1fb89467fc8c74bd28c84f
MD5 e3535a9c584dd22005f60650afde4197
BLAKE2b-256 14e3716a6790f9a08a27ed3c5c2bd3e651233601ff62131a90d82fc0b3a33c10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cdk_cloudfront_plus-0.1.20-py3-none-any.whl
  • Upload date:
  • Size: 86.3 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.20-py3-none-any.whl
Algorithm Hash digest
SHA256 d55240206e67afa58bf69fd5a1575d58ab5f7fac8410ae63bf21b9a51f279ede
MD5 3fc1566620e2bf772b1a12e914d91e91
BLAKE2b-256 0dd4e34d701510fb9099802f84362357ff485fd534a3e560ff436b7c53a1c4b1

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