Skip to content

Commit

Permalink
Added deployment to AWS Lambda via AWS Lambda Web Adapter example (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Schwartz <jeff@corpcreations.com>
  • Loading branch information
jschwartz73 and Jeff Schwartz committed Apr 15, 2024
1 parent b097125 commit 8c72fd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/docs/docs.md
Expand Up @@ -1605,7 +1605,10 @@ Please contribute to the Javadoc if you can.
To deploy Javalin, simply create a [jar with dependencies](https://maven.apache.org/plugins/maven-assembly-plugin/usage.html),
then launch the jar with `java -jar filename.jar`. That's it.
Javalin has an embedded server, so you don't need an application server.
There is also a tutorial on [deploying Javalin to Heroku](/tutorials/heroku).

Deploying Javalin to:
* [Heroku](/tutorials/heroku) (tutorial)
* [AWS / Lambda](https://github.com/awslabs/aws-lambda-web-adapter/tree/main/examples/javalin-zip) (example)

---

Expand Down

0 comments on commit 8c72fd9

Please sign in to comment.