| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Micronaut function lambda for DynamoDB.
Building Micronaut AWSLambda native executable is quite easy and require 3 steps only:
./gradlew micronaut-function-dynamodb:shadowJardocker build -t micronaut-function-dynamodb .docker run --rm --entrypoint cat micronaut-function-dynamodb /home/application/function.zip > build/function.zipYou can run AWS emulator (SAM) locally to emulate and test deployment like it is AWS Lambda Cloud.
sam local start-api -t sam.yaml -p 3000Example of event to send to lambda:
{
"name": "Steeven King"
}| Back | FazBrowse Home | New Git URL |