npm @serverless-stack/cli 1.7.0
v1.7.0

latest releases: 1.18.4, 1.18.3, 1.18.2...
2 years ago

📢 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

Don't miss a new cli release

NewReleases is sending notifications on new releases.