Is it possible to configure my AWS CloudFront distribution to append to the request a custom query param (e.g a private key) before sending it to the origin?
For example, the front end is calling *.cloudfront.net/get and CloudFront forwarding the request to custom-server.com/get?key=MY-PRIVATE-KEY
I didn't find details regarding it online, but did find that you can add custom headers which makes me suspect that it's possible.
If it's indeed possible, a follow-up question would be how can it be done using CloudFormation yaml config code.