
This sample inventory management microservice demonstrates how to manage inventory levels by reserving inventory when a new order is received, alerts on low stock, and triggers purchase orders to replenish inventory

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/inventory-management-sam/cd step-functions-workflows-collection/inventory-management-sam
sam buildsam deploy --guided
sam delete.