-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
We need to have generic API endpoints that support the chosen backend for a service. When integrating the postmates API we need to have the following endpoints:
/delivery/get_quote
/delivery/create_delivery
/delivery/status_change
We also need to have a table in the database for outstanding deliveries. This table will have a transaction_uuid as hash key and timestamp as a range key.