Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.08 KB

README.adoc

File metadata and controls

32 lines (24 loc) · 1.08 KB

AWS Quarkus ToDo - infrastructure as code

Inspiration / Rip-off

Inspiration / Rip-off for this project is found in the project "Quarkus JAX-RS App Deployed with AWS CDK as AWS Lambda behind HTTP API, REST API, Application Load Balancer and as Function URL" → aws-quarkus-lambda-cdk-plain by Adam Bien.

Commands

Build
./buildAndDeploy.sh --profile <profile>
Build and don’t ask
./buildAndDeployDontAsk.sh --profile <profile>
Destroy
./destroy.sh --profile <profile>