skip to Main Content

Amazon web services – Customize response from AWS API Gateway integrated to SQS

I have integrated AWS API Gateway to SQS queue and it give response in format { "SendMessageResponse": { "ResponseMetadata": { "RequestId": "acfa1737-7d53-5aeb-8c75-482a8f8eab1b" }, "SendMessageResult": { "MD5OfMessageAttributes": null, "MD5OfMessageBody": "ed1dbe6fa17bf45a3d20ea7be2661bfb", "MD5OfMessageSystemAttributes": null, "MessageId": "e41f656e-1e2a-4269-a0e0-2016d9406ac8", "SequenceNumber": null } } } how can…

VIEW QUESTION

Amazon web services – 'http://localhost:3000' has been blocked by CORS

I've been trying to connect my react .js file to the back end. I have a API in API Gateway and I created a method and enabled CORS and gave it access method.response.header.Access-Control-Allow-Headers 'Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token' method.response.header.Access-Control-Allow-Methods 'OPTIONS' method.response.header.Access-Control-Allow-Origin '*' I even…

VIEW QUESTION
Back To Top
Search