SST: Container Support

SST has expanded native support for containers on AWS, introducing new components like Cluster & Service for deploying containerized applications with ECS and Fargate, Vpc for creating VPCs with optional bastion hosts or NAT gateways, and components like Postgres, Redis, & Efs designed to work well with them. The CLI now supports running applications locally and connecting to VPC resources, while the SST Console shows logs for containers and Autodeploy will run in the same VPC. Tutorials have been updated to include container deployment for various frontends, with plans to extend support to other languages in the future.

https://sst.dev/blog/container-support/

To top