Service component lets you deploy a containerized service to Amazon ECS Fargate.
Constructor
sst.config.ts
Parameters
cluster
The cluster to deploy this service in.
vpc
The VPC to deploy this service in.
image
The Docker image or Dockerfile to use for the service.Or use a Dockerfile:
cpu
The CPU units for the task.
memory
The memory for the task.
link
Link resources to the service.
Properties
url
nodes
Examples
Deploy a service
sst.config.ts
Use a Dockerfile
sst.config.ts