We need SQS to be able create a PATCH or POST to a RESTful API endpoint. This is required for sending data to a Cinchy API.
In the future we may be moving away from Basket, and sending data directly to Cinchy. We need a solution in AWS to make a RESTful request.
We need SQS to be able create a PATCH or POST to a RESTful API endpoint. This is required for sending data to a Cinchy API. In the future we may be moving away from Basket, and sending data directly to Cinchy. We need a solution in AWS to make a RESTful request.
Initial idea: SQS -> Lambda function
Investigate: