Ready-to-use examples for deploying stdapi.ai on AWS with production-ready configurations.
Production-grade deployment with HTTPS, WAF, and monitoring. Single region deployment.
- Best for: Most production workloads, getting started
- Features: HTTPS with auto-generated domain, WAF, auto-scaling, CloudWatch alarms, API authentication
Enterprise deployment with multi-region support and GDPR compliance (EU regions).
- Best for: Enterprise deployments, GDPR compliance, EU multi-region requirements
- Features: Multi-region Bedrock (EU), GDPR-compliant, regional S3 buckets, full monitoring
Enterprise deployment with multi-region support across US regions.
- Best for: Enterprise deployments, US multi-region requirements, maximum US availability
- Features: Multi-region Bedrock (US), regional S3 buckets, full monitoring
| Example | Best For | Key Features |
|---|---|---|
| getting_started_production | Most production workloads | Single region, full security and monitoring |
| getting_started_production_gdpr | Enterprise, GDPR compliance (EU) | Multi-region EU, GDPR-compliant |
| getting_started_production_us | Enterprise, US multi-region | Multi-region US, high availability |
AWS Marketplace Subscription: Subscribe to stdapi.ai - 14-day free trial (required for container access)
Each example has its own deployment requirements. See the individual example README for details.
- Choose an example based on your needs
- Navigate to the example directory
- Follow the README instructions in that directory
sample/
├── README.md (this file)
├── LICENSE
├── getting_started_production/
│ ├── README.md
│ └── terraform/
│ └── main.tf
├── getting_started_production_gdpr/
│ ├── README.md
│ └── terraform/
│ └── main.tf
└── getting_started_production_us/
├── README.md
└── terraform/
└── main.tf
These examples are licensed under the MIT License. See LICENSE for details.
You are free to use, modify, and distribute these examples for any purpose, including commercial use.
For issues or questions:
- Open an issue on GitHub
- Check the documentation
Contributions are welcome! If you have improvements or additional examples:
- Fork the repository
- Create your feature branch
- Submit a pull request