Unified template for building your Agentic SaaS with a hexagonal architecture
lib/
directory contains wrappers around AWS services that provide consistent patterns and reduce boilerplate code. These wrappers offer:
lib/
directory contains reusable factory patterns and base classes that provide standardized implementations for common functionality across the application. These components abstract away the complexity of working directly with AWS services and provide a consistent interface for your application.
.env.local
file in the project root. Note that SST uses camelCase for environment variables as per their documentation: