FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

awslambda-java-examples/simplelambda-micronaut-http at master · GoodforGod/awslambda-java-examples · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Simple AWSLambda Micronaut HTTP

Java 17+ AWS Lambda Example with Micronaut DI support with GraalVM native compatibility.

Runtime

Example uses Simple Lambda with GraalVM native compatibility.

Deploy

If you are on Windows and having issues with

Error: fork/exec /var/task/bootstrap: no such file or directory

Check bootstrap file that it have LF line (Unix one) separator.

Build

docker build -t simplelambda-micronaut-http .
docker run --rm --entrypoint cat simplelambda-micronaut-http /home/application/function.zip > build/function.zip

SAM

sam local start-api -t sam.yaml -p 3000

Back | FazBrowse Home | New Git URL