AWS saas limits with api gateway

Hey! I’m having a hard time trying to grasp how to go around api gateway limitations for my use case. My case is simple, I have users that creates PWAs and then deploy them which creates a lambda function for SSR. My idea was to create a group of Cloudfront -> Api Gateway -> Lambda per deployment but the problem is that ApiGateway has a hard limit of 120 apis per account. So my solution would be limited to 120 deployments.

Anyone has a similar case or suggestions to how to go around this issue?

Thanks!

1 Like