📢 Java runtime
Function
construct now supports java runtimes. And yes, Live Lambda Dev is supported.
new Function(stack, "MyFn", {
runtime: "java11",
srcPath: "path/to/folder/with/gradle.build",
handler: "example.Handler::handleRequest",
})
More details here https://docs.sst.dev/constructs/Function#configuring-java-runtime
Big shoutout to @paambaati and @naveenann from the OSlash team for their help 🙌🏽
Changes
- #1922
e0a5eba96
- Function: support Java runtime built with gradle 69fc4c929
- create-sst: normalize app name to be compatible with stack names
Update using:
$ npx sst update v1.7.0
$ yarn sst update v1.7.0