MyGit

v2.23.0

sst/sst

版本发布时间: 2023-08-04 19:08:09

sst/sst最新发布版本:v2.41.5(2024-04-28 00:28:31)

📢 Introducing Service construct

You can now deploy containerized applications to ECS Fargate. Some key features of the Service construct:

Here's an example:

new Service(stack, "MyExpressApp", {
  customDomain: "my-app.com",
  cpu: "2 vCPU",
  memory: "8 GB",
  scaling: {
    minContainers: 4,
    maxContainers: 16,
  }
});

Learn more about using the Service construct.

Changes


Update using:

$ npx sst update 2.23.0
$ yarn sst update 2.23.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-08-04发行的版本