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 Contributor
Access Origin by geolocation Origin Selection SO8118 cf-access-origin-by-geolocation Completed @pahud PR#52
Redirect by geolocation Origin Selection SO8135 cf-redirect-by-geolocation Completed @minche-tsai PR#50
Convert Query String Override Request SO8113 cf-convert-query-string Completed @HsiehShuJeng PR#53
OAuth2 Authentication Authentication SO8131 cf-authentication-by-oauth2 Completed @dwchiang PR#59
Cognito Redirect Authentication SO8132 cf-authentication-by-cognito-redirect WIP(BabooPan) -
Global Data Ingestion Logging SO8133 cf-global-data-ingestion Completed @titanjer PR#62
HTTP 302 from Origin URL Redirect SO8103 cf-http302-from-origin Completed @RicoToothless PR#71
Default Directory Index for Amazon S3 Origin URL Redirect SO8134 cf-default-dir-index Completed @guan840912 PR#21
Modify Response Header Header Rewrite SO8105 cf-modify-response-header Completed @pahud PR#45
Custom Error Page Header Rewrite SO8136 cf-custom-error-page Completed @BabooPan PR#46
Anti Hotlinking Security SO8126 cf-anti-hotlinking Completed @pahud PR#2
Add Security Headers Security SO8102 cf-add-security-headers Completed @pahud PR#7
Failover to alternative origin Origin Selection SO8120 cf-multiple-origin-ip-retry Completed @guan840912 PR#58
Normalize Query String Override Request SO8112 cf-normalize-query-string Completed @benkajaja PR#64

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.3.92.tar.gz (3.2 MB view details)

Uploaded Source

Built Distribution

cdk_cloudfront_plus-0.3.92-py3-none-any.whl (3.2 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cdk-cloudfront-plus-0.3.92.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10

File hashes

Hashes for cdk-cloudfront-plus-0.3.92.tar.gz
Algorithm Hash digest
SHA256 c099c881448eceaaeac3629b9e43e0c269e19b4759b62678dcf5ef2dd8e8e9dd
MD5 6d96ea698376abc167558630fe7fe4fe
BLAKE2b-256 c1480c68a7b7a93736fff48de824a72fcf1880f72ad6b49c0cc89a93833b9b45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cdk_cloudfront_plus-0.3.92-py3-none-any.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10

File hashes

Hashes for cdk_cloudfront_plus-0.3.92-py3-none-any.whl
Algorithm Hash digest
SHA256 5db3f84868dc7795bb91a33ae0a83656b1d74d01346db426b9347d8f1becb606
MD5 487b39f0415bf6febdd2ea55492a7bef
BLAKE2b-256 6f74bd0869d7f0f297d0b85f190422e70a55d183747d3f83969ac3fe72ff897f

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