Slide 14
Slide 14 text
Solution
Projects Customers
API Gateway
one of many solutions actually
Routes the request
Consolidates responses
Protocol translation
{
"id" : "17a4b5ac-38f0-4945-
b3a5-5aed968ce0b0",
"title" : "Install Solar Panels",
"customer" : {
"type": "customer",
"id" : "443f16e3-
e398-4e57-88ea-9fa4972be6a0"
}
}
{
"id" : "443f16e3-
e398-4e57-88ea-9fa4972be6a0",
"Name" : "Bezos Company",
"address" : "Parkway Drive 666, 90210 Bvrly Hills"
}
{
"id" : "17a4b5ac-38f0-4945-
b3a5-5aed968ce0b0",
"title" : "Install Solar Panels",
"customer" : {
"id" : "443f16e3-
e398-4e57-88ea-9fa4972be6a0",
"Name" : "Bezos Company",
"address" : "Parkway Drive 666, 90210 Bvrly Hills"
}
}
API Gateway