Deploy multiple lambdas #36225
-
Hello, I followed this guide : https://quarkus.io/guides/funqy-aws-lambda How can we deploy all of them? It seems like we can only build 1 .zip at a time. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
/cc @matejvasek (amazon-lambda,funqy), @patriot1burke (amazon-lambda,funqy) |
Beta Was this translation helpful? Give feedback.
-
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: |
Beta Was this translation helpful? Give feedback.
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