| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Spring 3 AWS Lambda for simple Hello World.
All Services, Components, Beans must be annotation @Component, @Service, etc. even if they are constructed manually without DI. (who knows why, that's Spring magic)
./gradlew bootBuildImage
docker build -t spring-function .
docker run --rm --entrypoint cat spring-function /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 |