You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains the Infrastructure as Code (IaC) for AgenticPay using Terraform. It provisions AWS resources for the Next.js frontend (AWS Amplify), Express.js backend (AWS App Runner), and underlying networking (VPC).
4
+
5
+
## Architecture
6
+
-**State Management**: Remote state stored securely in AWS S3 with DynamoDB state locking.
7
+
-**Frontend**: AWS Amplify (optimizes Next.js SSR and static asset delivery).
8
+
-**Backend**: AWS App Runner (serverless container compute pulling from ECR).
9
+
-**Networking**: Isolated VPC with public/private subnets and NAT Gateways.
10
+
11
+
## Supported Environments
12
+
We use a workspace/tfvars approach to support multiple environments:
13
+
-`dev`: Active development and testing against Stellar Testnet.
14
+
-`staging`: Pre-production replica against Stellar Testnet.
15
+
-`prod`: Live production environment against Stellar Public network.
0 commit comments