feat(type-safe-api): add support for additional request parameters in s3 integration#926
Conversation
|
View your CI Pipeline Execution ↗ for commit e2789fe.
☁️ Nx Cloud last updated this comment at |
|
Done, I hope AWS will move from JSONpath to JSONata in API Gateway (like they did in Step Function) in order to allow simple transformation. For example to allow to set a default value if a query param is missing. |
Thank you! :) I wonder if you can achieve that with APIGateway's VTL, eg something like this? https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-override-request-response-parameters.html#apigateway-override-request-response-examples-2 |
|
i didn't know request template has a |
This PR adds logic to support additional request parameters and mapping to path, improving integration with S3.
Changes: