aws-samples / amazon-cloudfront-functions

Apache License 2.0
479 stars 78 forks source link

Kvs updates #45

Closed lkdavies closed 2 months ago

lkdavies commented 3 months ago

Issue #, if available: Need to update KVS examples and add examples from CloudFront Developer Guide for parity. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/example-function-normalize-query-string.html https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/example-function-key-value-pairs.html

Description of changes: Deleted verify-jwt directory in favor of kvs-jwt-verify. For kvs-jwt-verify, updated README and test output example, and migrated test-objects directory to kvs-jwt-verify. Added missing README for kvs-conditional-read. Added two new examples with READMEs: kvs-key-value-pairs and normalize-query-string-parameters.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.