Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.11 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.11 KB

Enter Serverless Functions Journey with Quarkus

This hands-on lab showcases how quickly developers can create cloud-native microservice project using Quarkus. Then, the application can be deployed to a function to AWS Lambda and Kubernetes Knative with JVM and Native mode.

quarkus-serverless-logo

Instructions

  1. Prerequisites
  2. Generate a new Quarkus project
  3. Deploy to AWS Lambda with HTTP API
  4. Optimize the function and make it portable using Quarkus Funqy
  5. Deploy the function to Red Hat OpenShift Serverless
  6. Generate a new function project using Kn func CLI
  7. Summary