aws-samples / serverless-patterns

Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.
https://serverlessland.com
Other
1.48k stars 863 forks source link

fix an issue that causes the VTL to fail if input payload contains '&' #2283

Closed knihit closed 4 days ago

knihit commented 2 weeks ago

Description of changes: If input payload from ApiGW contains &, it parses the payload as a parameter key to SQS, causing the transformation to fail.

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