aws-cloudfront-extensions icon indicating copy to clipboard operation
aws-cloudfront-extensions copied to clipboard

The CloudFront Extensions is a solution package as handy extension for using Amazon CloudFront.

Results 46 aws-cloudfront-extensions issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/39393540/114037847-ec8a8100-98b3-11eb-8f7c-80f288c2ac16.png) ![image](https://user-images.githubusercontent.com/39393540/114037951-062bc880-98b4-11eb-92cb-78ad67145edd.png) ### Reproduction Steps deploy a redirect ALB + cloudfront + http302-from-origin lambda https://github.com/RicoToothless/cdk-cloudfront-plus/tree/feature/http302-from-origin/src/demo/http302-from-origin ### What did you expect to happen? get the context with HTTP code 200 ###...

bug

I deploy a [normalize-query-string](https://github.com/awslabs/aws-cloudfront-extensions/tree/main/edge/nodejs/normalize-query-string) on edge in order to improve cache hit ratio as mentioned in this [document.](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/QueryStringParameters.html) However, it seems like that different query strings (e.g., `key2=val2&key1=val1`, `KEY2=VAL2&KEY1=VAL1`) which...

bug

Return generated static content based on configured parameter Solution id: SO8117 Package name: cf-generate-static-content ### Use Case The user is able to serve static website content, which reduces the load...

feature-request

The request from a specific domain name only responds with status code 200, but returns body=0 Solution id: SO8116 Package name: cf-modify-status-code-200-zero-body ### Use Case The user is able to...

feature-request

Modify error response to 302 response as per configuration. Solution id: SO8115 Package name: cf-modify-error-response-to-302 ### Use Case ### Proposed Solution ### Other * [ ] :wave: I may be...

feature-request

Format key & value pairs from POST request into specific form. Solution id: SO8114 Package name: cf-format-key-value ### Use Case ### Proposed Solution ### Other * [ ] :wave: I...

feature-request

Convert the query string to key & value pairs and add into header. Solution id: SO8113 Package name: cf-convert-query-string ### Use Case Convert query string parameter to key/value pair and...

feature-request

The same video file cannot be returned to the origin site multiple times, need to perform file MD5 verification when return to the origin site. Solution id: SO8121 Package name:...

feature-request

Rewrite URL by USER-AGENT from HTTP header when a viewer requests the address. Solution id: SO8111 Package name: cf-rewrite-url-by-user-agent ### Use Case The User-Agent request header is a characteristic string...

feature-request

Rewrite URL by cookie information when a viewer requests the address. Solution id: SO8109 Package name: cf-rewrite-url-by-cookie ### Use Case Read cookies in the viewer request and modifies the request...

feature-request