Skip to content

mduesterhoeft/aws-cdk-demo

Repository files navigation

AWS CDK Java Demo

This demo shows how to use the AWS CDK using Kotlin.

The demo creates and deploys an application consisting of a Java Lambda function which is exposed using API Gateway.

To setup cdk run the following:

npm install -g aws-cdk
cdk bootstrap

To build and deploy the application run the following:

cdk deploy

Releases

No releases published

Packages

No packages published

Languages