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
I am try to make get Rest api call with queryparams from api gateway to sqs.
I want to insert some predefined query params from apigateway to sqs as part of message body, How we can achieved that..
?text=this_is_test_message&id=3
in the sqs we should be able to store this data as an object {text:this_is_test_message, id:3}