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 WIP(ScottHsieh) -
OAuth2 Authentication Authentication SO8131 cf-authentication-by-oauth2 Completed @dwchiang PR#59
Cognito Redirect Authentication SO8132 cf-authentication-by-cognito-redirect WIP(BabooPan) -
Custom Log to Kinesis Firehose Logging SO8133 cf-global-data-ingestion WIP(Titan) -
HTTP 302 from Origin URL Redirect SO8103 cf-http302-from-origin WIP(Rico) -
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

Project details


Release history Release notifications | RSS feed

This version

0.2.6

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

Uploaded Source

Built Distribution

cdk_cloudfront_plus-0.2.6-py3-none-any.whl (124.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cdk-cloudfront-plus-0.2.6.tar.gz
  • Upload date:
  • Size: 121.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 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.2.6.tar.gz
Algorithm Hash digest
SHA256 1b468f85850b26abc797c6671f6cf69a9e0fff66f5d49111c166064aecaa6ea0
MD5 f7ab9f3849292cbc40fd2eec5e6e20e4
BLAKE2b-256 954156fe8dc46e42d081914b6af11c4badad6a37ed467a2e9e6124240477da08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cdk_cloudfront_plus-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 124.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 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.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7bb3fb1ce1f20d6a721bb4eda745f8d45e26bfd6fbc5cdcd82d2e0b5bb4acb41
MD5 489750c87b3a55cb7f4fbdffd6de3d35
BLAKE2b-256 b84212fdb16ff5854ffd674394a99b596edab01d3ad4a193b6df61d38a8b6f1e

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