- API Gateway as routing API (AWS)
- Lambda functions to handle requests (AWS)
- MongoDB as NoSQL database
- Written in Python
https://6n1dhvs6hc.execute-api.us-east-1.amazonaws.com/develop/
{
"searchTerm" : "jabotinsky ramat gan israel"
}
(working request)
{
"address" : {
"postcode": "5200100"
}
}
(not working request)
{
"address" : {
"postcode": "500"
}
}
(working request)
{
"user" : {
"name": "yoel"
},
"timeslot_id": "1"
}
(working request)
delivery_id = 62efd520fb4bc28de6f85f77
(non working request)
delivery_id = yoel
delivery_id = 62efd520fb4bc28de6f85f74
(working request)
delivery_id = 62efd520fb4bc28de6f85f77
(non working request)
delivery_id = yoel
delivery_id = 62efd520fb4bc28de6f85f74