Skip to content

v1.2.23

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 17:44
22030ca

Changes

  • #1811 fb7d3b02 - Function: lift function url to top level prop

    new Function(stack, "MyFunction", {
      handler: "src/lambda.main",
      url: true,
    });

    More examples here.


Update using:

$ npx sst update v1.2.23
$ yarn sst update v1.2.23