Replies: 3 comments 5 replies
|
@slavoroi We will review this and provide an example |
|
We have not forgotten about this and will try to get to it soon. |
|
Hi @slavoroi, I'm not sure I completely understand the question, the signature query parameter is used on the Lambda side of things to validate the request, it doesn't interact with CloudFront. If you've modified the created CloudFront distribution to If you're looking to do things within the realms of the current solution, we don't currently support including an expiration query parameter but are evaluating adding it in a later release (#345). We do currently allow the use of custom headers in base64 encoded requests, so if your only requirement is that CloudFront hits the backing lambda again after some period of time instead of caching the request, you can include the Cache-Control header as follows: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How do I expire a cdn link in your example?
When using Amzaon's aws-sdk, this is how we sign cloudfront cdn's.
Link to your docs.
All reactions