deploy
Deploy web applications to AWS serverless infrastructure, including backend, frontend, and DynamoDB tables.
Instructions
Deploy web applications to AWS, including database resources like DynamoDB tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploymentType | Yes | Type of deployment | |
| projectName | Yes | Project name | |
| projectRoot | Yes | Absolute path to the project root directory | |
| region | No | AWS region | us-east-1 |
| backendConfiguration | No | Backend configuration | |
| frontendConfiguration | No | Frontend configuration |