www/src/content/docs/blog/console-container-updates.mdx
We are rolling out some updates to the Console to better support container applications.
You can now see logs from your containers in the Console. In addition to the logs from your functions. Head over to your App > Stage > Logs.
As a bonus, you can see logs from any CloudWatch log group that your app creates.
The Console can auto-deploy your apps when you git push to your GitHub repo. We added the following updates recently.
autodeploy.runner.vpc. This is useful if your builds need to access private resources.autodeploy.runner.cache. This can help speed up builds.xlarge and 2xlarge sizes with around 70GB and 145GB of memory; helpful for large applications.Check out the updated console.autodeploy config.
While not strictly related to containers we also added support for:
If you haven't used Autodeploy before, we designed it to be a better fit for SST apps when compared to alternatives like GitHub Actions or CircleCI.
sst.config.ts.And it integrates with the rest of the SST Console. Learn more about Autodeploy to get started.