Order Manager

Handles order persistence to DynamoDB.

Each order is persisted to a DynamoDB table. The entry is updated at various stages of the order lifecycle. Front end applications query Order table directly from API Gateway. Velocity mapping templates modify the incoming request. Updates are made to the Order table via a PUT request. A single API Gateway end point runs a Step Functions workflow.

Edit this pageLast updated on 2023/1/31