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 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.5.tar.gz
(141.1 kB
view details)
Built Distribution
File details
Details for the file cdk-cloudfront-plus-0.3.5.tar.gz
.
File metadata
- Download URL: cdk-cloudfront-plus-0.3.5.tar.gz
- Upload date:
- Size: 141.1 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 490546874921b9129e3e4d271a3c6f5343cae6e3ffee17e10bea7acb383a01bb |
|
MD5 | 1b3f3fdf4757298f729c8dcaa35a5bbc |
|
BLAKE2b-256 | b60d842bbd40ec22e1f4efd3fc8f707002b58b14d0ada304f79a45be02fcc6ad |
File details
Details for the file cdk_cloudfront_plus-0.3.5-py3-none-any.whl
.
File metadata
- Download URL: cdk_cloudfront_plus-0.3.5-py3-none-any.whl
- Upload date:
- Size: 143.6 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48f748f6386190cb44499254288d2308fd0bbfb928a7b78d1d1bc98d17a3c87b |
|
MD5 | 34a95f73314c1681b02be8dfd37838f3 |
|
BLAKE2b-256 | 62de34c0ba966e5d52c47a18dab04b596a1b1a21d00cf7aebbcd3761961572d7 |