Skip to content

AdamBien/aws-functionurl-cdk-only

Repository files navigation

Deployment for AWS Lambda with AWS Cloud Development Kit (CDK) Boilerplate

This is a blank CDK-only project for AWS Lambda "function URL" deployment. The archive function.zip has to already exist.

The template https://github.com/AdamBien/aws-quarkus-lambda-cdk-plain builds and packages a Quarkus-based AWS Lambda and provides additional options as: ALB, Http API and REST API.

It is a Maven based project, so you can open this project with any Maven compatible Java IDE to build and run tests.

Installation

  1. Install AWS CDK CLI
  2. cdk boostrap --profile YOUR_AWS_PROFILE

Useful commands

  • mvn package compile and run tests
  • cdk ls list all stacks in the app
  • cdk synth emits the synthesized CloudFormation template
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk docs open CDK documentation

Enjoy!

in action

Infrastructure as Java Code (IaJC): Setting AWS System Manager Parameter

See you at: airhacks.live

About

AWS CDKv2 functionurl deployment only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published