CDK construct library for CloudFront Extensions
Project description
cdk-cloudfront-plus
CDK constructs library that allows you to build AWS CloudFront Extensions in JavaScript, TypeScript or Python.
Sample
# Example automatically generated from non-compiling source. May contain errors.
import * as cfplus from 'cdk-cloudfront-plus';
const app = new cdk.App();
const stack = new cdk.Stack(app, 'demo-stack');
// prepare the `modify resonse header` extension
const modifyRespHeader = new extensions.ModifyResponseHeader(stack, 'ModifyResp');
// prepare the `anti-hotlinking` extension
const antiHotlinking = new extensions.AntiHotlinking(stack, 'AntiHotlink', {
referer: [
'example.com',
'exa?ple.*',
],
});
// create the cloudfront distribution with extension(s)
new Distribution(stack, 'dist', {
defaultBehavior: {
origin: new origins.HttpOrigin('aws.amazon.com'),
edgeLambdas: [
modifyRespHeader,
antiHotlinking,
],
},
});
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
Built Distribution
Close
Hashes for cdk-cloudfront-plus-0.3.172.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d66f6311d8ed2faa315641e91dda4d117ec5d15b1c5d314cabaf2dcd40b06a3c |
|
MD5 | 8acdcb8442731b58b8dc8b59fbc50e2a |
|
BLAKE2b-256 | 8538e0f7c79f0cee5b9f781068534ed78321624d8ba949e89068ab7da39af1de |
Close
Hashes for cdk_cloudfront_plus-0.3.172-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98a10ec2bda388a6a1cec062f8e014a4861daf81910168c54e24179d3be062e5 |
|
MD5 | 160b8110f6cbe92d89a7461c0c94c343 |
|
BLAKE2b-256 | ae7e2a588d9e72c3e8e74497e747dccbb092092183241e32c897212f57691ef7 |