sst-deployment

Configure SST v3 infrastructure for AWS deployment across stages.

21|2|Updated Nov 5, 2023
One-click install
npx skills add https://github.com/sgcarstrends/sgcarstrends --skill sst-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sst-deployment
Source: https://github.com/sgcarstrends/sgcarstrends/tree/main/.claude/skills/sst-deployment
Command: npx skills add https://github.com/sgcarstrends/sgcarstrends --skill sst-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps configure and deploy infrastructure using SST v3 across the sgcarstrends infra.

Core Features & Use Cases

  • Lambda and API deployment for dev/stage/prod.
  • Environment management per stage with SST config.
  • Domain and resource configuration for stable deployments.

Quick Start

Add a new stack (e.g., a DynamoDB table) and deploy to the staging environment.

Frequently Asked Questions about sst-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy AWS resources with SST v3?

SST v3 deploys AWS resources by configuring infrastructure in infra/sst.config.ts, defining stacks for Lambda functions, APIs, and other resources, then running deployment commands. The Skill handles applying those configurations across dev, staging, and production environments with stage-based settings and custom domain mapping.

Can I manage multiple environments with SST infrastructure?

Yes. SST v3 enforces stage-based configuration, allowing you to define environment-specific variables, Lambda settings, API routes, and domain mappings for dev, staging, and production in a single infra/sst.config.ts file, then deploy to the target stage.

What's the best way to add Lambda functions and API routes to my SST deployment?

Define Lambda functions and API routes as stacks within infra/sst.config.ts, configure environment variables and custom domains per stage, then deploy. SST v3 handles resource provisioning and routing configuration across your AWS account.

Does SST work with custom domain configuration for different stages?

Yes. SST v3 supports domain mapping per stage, allowing you to assign custom domains to API endpoints in dev, staging, and production environments through configuration in infra/sst.config.ts.

What happens if my SST deployment fails during a stage rollout?

Deployment failures are typically due to misconfigured stacks, missing environment variables, or AWS permission issues. Check infra/sst.config.ts for syntax errors, verify stage-specific settings, and confirm your AWS credentials and IAM permissions before redeploying.