Skip to content

bytekast/springboot-aws-lambda

Repository files navigation

springboot-aws-lambda

Example bootstrap project for creating and deploying a Spring Boot application to AWS Lambda using the Serverless Framework.

Note: This example uses an in-memory H2 database that is created and initialized when the Lambda function is first invoked. You may notice delay in "cold starts".

Prerequisites

Build and Deploy

  • To build, run ./gradlew clean build
  • To deploy, run serverless deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages