Skip to main content

Presets

Presets are pre-configured infrastructure templates that scaffold complete, production-ready microservice architectures with a single command.

What are Presets?

Presets combine multiple AWS resources following best practices to create common architectural patterns. Instead of manually configuring each service, presets provide a starting point that you can customize.

Available Presets

  • Event Service - Event-driven microservice with Lambda, API Gateway, DynamoDB, SNS, SQS
  • Storage Service - File storage service with Lambda, API Gateway, S3
  • Worker Service - Background processing with Lambda, SQS, DynamoDB
  • Custom Preset - Full-featured service with all resources

Benefits

  • Rapid Development - Get from idea to deployment in minutes
  • 📋 Best Practices - Security, performance, and monitoring built-in
  • 🔧 Consistent Architecture - Standardized patterns across teams
  • 🎯 Production Ready - Environment-aware configurations

How Presets Work

  1. Choose a preset that matches your use case
  2. Generate the infrastructure code
  3. Customize business logic and configurations
  4. Deploy to your target environment

Next Steps