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 |
---|---|---|---|---|
Access Origin by geolocation | Origin Selection | SOL8118 | cf-access-origin-by-geolocation | WIP |
Convert Query String | Override Request | SOL8113 | cf-convert-query-string | WIP |
OAuth2 Authentication | Authentication | SOL8131 | cfn-authentication-by-oauth2 | WIP |
Cognito Redirect | Authentication | SOL8132 | cf-authentication-by-cognito-redirect | WIP |
Custom Log to Kinesis Firehose | Logging | SOL8133 | cf-global-data-ingestion | WIP |
HTTP 302 from Origin | URL Redirect | SOL8103 | cf-http302-from-origin | WIP |
Default Directory Index for Amazon S3 Origin | URL Redirect | SOL8134 | 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.7.tar.gz
(68.3 kB
view details)
Built Distribution
File details
Details for the file cdk-cloudfront-plus-0.1.7.tar.gz
.
File metadata
- Download URL: cdk-cloudfront-plus-0.1.7.tar.gz
- Upload date:
- Size: 68.3 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2c43227f3b081db974fafc4fba8775d6a4a53876c978ea0f67eb4cd0caa3576 |
|
MD5 | 64c967800452a10bab0b809d27ecd8d7 |
|
BLAKE2b-256 | 5c19045bb94bb2a0c971eeefc664c8420a46d498963237cbd328c6b415c8e364 |
File details
Details for the file cdk_cloudfront_plus-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: cdk_cloudfront_plus-0.1.7-py3-none-any.whl
- Upload date:
- Size: 70.6 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f54f4cf4339c47e853332930a12e1a4f97a92a3cd59dcde103f861fe78dba19a |
|
MD5 | 01c0049a4c4c428ff650869664c3b834 |
|
BLAKE2b-256 | 8009ae14f6f2e37d5c8747f8546d5747f1992d4f150e598ef45ff46d9a4fd64c |