|
|
|
|
|
by InGodsName
2731 days ago
|
|
I forgot to mention, lambda model is very easy to reason about and costs can be forecasted with more accuracy than running a VM. Once you have setup Lambda in one region You just need to loop through the list of regions and deploy your lambda in ALL AVAILABLE REGIONS. Yes, it's that simple! API gateway doesn't charge for 4xx response, so it's very good for defying level 7 ddos too. Add cognito and use lambda authorizer, it generates API keys and emails it to your users. Add a Latency Based DNS routing using route 53 on top and you ensure minium latency in all regions! |
|