Call Rest API to get Amazon orders and save it to database

Job ID: 31116631

Budget: ₹1,500 – ₹12,500 INR

Use the Amazon SP DS API guide here : https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/developer-guide/SellingPartnerApiDeveloperGuide.md#the-selling-partner-api-sandbox

Register a seller app with SPDS from a given AWS account.

Subscribe a AWS SQS queue to order details coming from SPDS.
Develop a AWS Lambda to listen to SQS message and add it to a Dynamo DB table.

Subscribe another lambda to DynamoDB table updates and make changes to another DynamoDB table after some calculation of price and quantity.