Ic-ks / micronaut-aws-bas64-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micronaut 3.7.5 Documentation


Handler

AWS Lambda Handler

Handler: io.micronaut.function.aws.proxy.MicronautLambdaHandler

Requisites

How to deploy

Generate the deployable artifact

./gradlew :app:buildNativeLambda
./gradlew test

Deploy

The infra/cdk.json file tells the CDK Toolkit how to execute your app.

cd infra cdk synth - emits the synthesized CloudFormation template cdk deploy - deploy this stack to your default AWS account/region cd ..

Other useful commands:

cdk diff - compare deployed stack with current state cdk docs- open CDK documentation

Cleanup

cd infra
cdk destroy
cd ..

Feature aws-lambda documentation

Feature amazon-api-gateway documentation

Feature aws-cdk documentation

About


Languages

Language:Java 55.9%Language:Kotlin 32.2%Language:Shell 11.9%