Skip to main content
Deploy Suga applications to AWS using Lambda, Fargate, S3, and CloudFront.

Platform-Specific Requirements

The exact setup steps (account creation, IAM roles, etc.) depend on which Suga platform you’re using. Each platform has specific requirements documented in the platform browser.

Browse Platforms

View available platforms and their setup requirements
Generally, deployments to AWS will require the following.

Prerequisites

Quick Start

# Build your application
suga build

# Navigate to generated stack
cd terraform/stacks/my-app
Create provider configuration:
provider.tf
provider "aws" {
  region = "us-west-2"
}
Deploy:
terraform init
terraform apply

Complete Deployment Guide

See the full deployment workflow