Quarkus Funqy Serverless HTTP API - How to Deploy to AWS Lambda | Niko Köbler (@dasniko)

preview_player
Показать описание
How to deploy a #Quarkus #Funqy #Serverless API or any other Quarkus HTTP based service to #AWS #Lambda to get a publicly available service with an HTTPS secured API Gateway.

0:00 - Intro
4:25 - Building the service
6:04 - SAM (the Squirrel) - Serverless Application Model
9:40 - Local testing of our Funqy service
12:22 - Packaging and Deployment to AWS Lambda
17:44 - Conclusion

Don't forget to subscribe to my channel (if not already done) and give this video some thumbs up 👍 (aka "like").
Tell me what you think about my video in the comments. And also, if you have any questions or you want to see any other topic covered in a video, just put it to the comments. I'm looking forward to it! Thank YOU!

---

I'm Niko - and I'm an independant freelance software consultant, developer and trainer.
I'm here to help - you, your team and your company.
How can I support you? Just get in contact:

All things Cloud ☁️, Serverless, On-Premise, Java, JavaScript, All-End (Frontend, Backend, Fullstack Deployments), Authentication, Security 🔐, IAM, Keycloak, Containers, DevOps
Рекомендации по теме
Комментарии
Автор

Excellent video. Can you please create another one which explains how to build and Sam deploy using aws codepipeline.

prashanthgrao
Автор

Thanks for the great walkthrough! The /{proxy} mappinng works fine with Funqy, but how can I map an API GW path and method (e.g. POST /pets) to a Funqy function? I tried various mapping options and all of them failed as if Funqy cannot find the right function to invoke

mirceanagy