Correct me if I'm wrong, it's my understanding that lambdas can only have 1K concurrency at most per region.
Is it possible to deploy to multiple regions and have a load balancer taking care of the regions with one domain?
I was thinking on pre warming several instances in at least 2 different regions to handle the heat
What I tough as an option would be to create an aws global accelerator that send traffic to load balancers in different regions and deploy a project to each region, however buckets and cache can' be reused and creating one for each project + the NAT drives up the cost and makes it really complicated to maintain
There has to be a better way to do this, would Forge be a better fit to my project?