Thank you for this! I set up SQS following this tutorial on 2/10/2022. For anyone else who follows it, if your test data arrives looking like "ewogICAgImRhdGEiIDogInRlc3QiCn0=", that is base64 encoded. To fix, go to the Settings page for your API (Not the Settings page for all of SQS) and scroll down to "Binary Media Types". Remove "*/*" from the list. AWS adds that by default when you create a new API. It cost me half a day to find it. :-)
Thanks for stopping by Glenn Adams. Happy that you found the tutorial helpful. I will certainly cover the query parameter example. Please stay tuned. Please like, share & subscribe. :)
Very helpful, I tried understanding by reading API gateway AWS documents but never got this level of clarification, Only one thing is bugging me to understand the Mapping Template, i mean how to put what inside the Mapping template (Generate Template), You can give some though and made a video on that, that would be helpfull.
Thanks for stopping by Vikash Singh. I am glad that you found the tutorial helpful. I have noted your tutorial request and I will certainly do a tutorial on the same soon. Please stay tuned. Please like, share & subscribe. :)
Hello, do you have some plans about a tutorial to explain how to use Client Certificates, API Gateway Responses, API resource policy and API stages canary?
Hello Srce. NEED URGENT ANSWER. i am facing issue with the api gateway integration with SQS. can you please help me with it. I want to write the serverless.yml mentioning the integration of api gateway with SQS. (in this case while creating the API GATEWAY THE CODE SHOULD BE SUCH WHICH SHOULD HAVE INTEGRATION TYPE AS SQS). Please let me know how this can be done. ?????
Hi Heena Ahuja, Please let me know if you got the solution, I am trying to write serverless.yml with integration of api gateway with Kinesis Stream. But I dont see any reference on this. Please share if you come across any such videos/content. Thank you
Hi Srce, Excellant and very informative video. I am trying to pass SOAP XML to the SQS via API Gaetway. From within API Gateway console, everything is working fine but when I try to call API Gateway URL from Postman then getting this error. Unable to determine service/operation name to be authorized Please guide
I am getting status code 200 but following error in message body { "Error": { "Code": "MissingParameter", "Message": "Version is missing.", "Type": "Sender" }, "RequestId": "2b099528-6147-5473-a9ac-c2a9bb2adf45" }
Thank you for this! I set up SQS following this tutorial on 2/10/2022. For anyone else who follows it, if your test data arrives looking like "ewogICAgImRhdGEiIDogInRlc3QiCn0=", that is base64 encoded. To fix, go to the Settings page for your API (Not the Settings page for all of SQS) and scroll down to "Binary Media Types". Remove "*/*" from the list. AWS adds that by default when you create a new API. It cost me half a day to find it. :-)
Thanks for this, this was very clear!
Glad it was helpful! Please like, share & subscribe :)
@10:35 Haven't you missed the curly brace at the end?
Nice tutorial though. Thank you for doing this.
Nice Explanation
Thank you! Please like, share & subscribe :)
Is it possible to manipulate the response body
Thanks for the tutorial, it is very useful
Glad it was helpful! Please like, share & subscribe. :)
Excellent! Please also do a query parameter example. Very informative. Thank you!!!
Thanks for stopping by Glenn Adams. Happy that you found the tutorial helpful. I will certainly cover the query parameter example. Please stay tuned. Please like, share & subscribe. :)
Very helpful, I tried understanding by reading API gateway AWS documents but never got this level of clarification, Only one thing is bugging me to understand the Mapping Template, i mean how to put what inside the Mapping template (Generate Template), You can give some though and made a video on that, that would be helpfull.
Thanks for stopping by Vikash Singh. I am glad that you found the tutorial helpful. I have noted your tutorial request and I will certainly do a tutorial on the same soon. Please stay tuned. Please like, share & subscribe. :)
Hello, do you have some plans about a tutorial to explain how to use Client Certificates, API Gateway Responses, API resource policy and API stages canary?
Yes, I do have plans on the same. Please stay tuned. Please like, share & subscribe. :)
Your level of detail and clarification is amazing. Congratulations.
Hello Srce.
NEED URGENT ANSWER.
i am facing issue with the api gateway integration with SQS. can you please help me with it. I want to write the serverless.yml mentioning the integration of api gateway with SQS. (in this case while creating the API GATEWAY THE CODE SHOULD BE SUCH WHICH SHOULD HAVE INTEGRATION TYPE AS SQS).
Please let me know how this can be done. ?????
Hi Heena Ahuja, Please let me know if you got the solution, I am trying to write serverless.yml with integration of api gateway with Kinesis Stream. But I dont see any reference on this. Please share if you come across any such videos/content. Thank you
Hi Srce, Excellant and very informative video.
I am trying to pass SOAP XML to the SQS via API Gaetway. From within API Gateway console, everything is working fine but when I try to call API Gateway URL from Postman then getting this error.
Unable to determine service/operation name to be authorized
Please guide
Can you please please do one on publishing to a SNS topic from gateway. PLEASE!!!
I am getting status code 200 but following error in message body {
"Error": {
"Code": "MissingParameter",
"Message": "Version is missing.",
"Type": "Sender"
},
"RequestId": "2b099528-6147-5473-a9ac-c2a9bb2adf45"
}
got the error.
I know this is a old comment, but you need to pass in a query parameter 'Version' with the correct SQS version eg: 2019-05-09