Skip to content
Discussion options

You must be logged in to vote

If you're using funqy or raw AWS Lambda, the answer is you have to deploy your app 100's of times. That's just the way they work...

Alternatively, you could create a REST app with 100's of endpoints and deploy it to lambda and invoke on them via HTTP:

https://quarkus.io/guides/aws-lambda-http

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ootsun
Comment options

Answer selected by ootsun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment