aws-cloudfront-extensions
aws-cloudfront-extensions copied to clipboard
The CloudFront Extensions is a solution package as handy extension for using Amazon CloudFront.
  ### 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 ###...
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...
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...
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...
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...
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...
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...
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:...
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...
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...