| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Java 17+ AWS Lambda Example with Micronaut DI support with GraalVM native compatibility.
Example uses Simple Lambda with GraalVM native compatibility.
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.
docker build -t simplelambda-auroradb .
docker run --rm --entrypoint cat simplelambda-auroradb /home/application/function.zip > build/function.zipsam local start-api -t sam.yaml -p 3000Example of event to send to lambda:
{
"name": "Steeven King"
}| Back | FazBrowse Home | New Git URL |