You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to create an API Gateway integrated to an SQS Queue will allow you to set the createRequestTemplate but it appears to not honor the value set in the ApiGatewayToSqs props. You can see here that it is only using the template defined on line 30.
I would like to set the request template because my SQS queue is FIFO and I need to set the MessageGroupId.
There is no error, and the stack deploy successfully however in the outputted template, the createRequestTemplate is not reflective of my configuration.
Attempting to create an API Gateway integrated to an SQS Queue will allow you to set the
createRequestTemplate
but it appears to not honor the value set in theApiGatewayToSqs
props. You can see here that it is only using the template defined on line 30.I would like to set the request template because my SQS queue is FIFO and I need to set the
MessageGroupId
.Reproduction Steps
Error Log
There is no error, and the stack deploy successfully however in the outputted template, the
createRequestTemplate
is not reflective of my configuration.Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: