Skip to content

Commit

Permalink
chore(amplify-alpha): backfill missing enums for amplify-alpha (#33677)
Browse files Browse the repository at this point in the history
### Description of changes

chore(amplify-alpha): backfill missing enums for amplify-alpha

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
paulhcsun authored Mar 4, 2025
1 parent 0d6a199 commit 7e50699
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@aws-cdk/aws-amplify-alpha/lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,11 @@ export enum Platform {
* server side rendered and static assets.
*/
WEB_COMPUTE = 'WEB_COMPUTE',

/**
* WEB_DYNAMIC - Used to indicate the app is hosted using a fully dynamic architecture, where requests are processed at runtime by backend compute services.
*/
WEB_DYNAMIC = 'WEB_DYNAMIC',
}

/**
Expand Down

0 comments on commit 7e50699

Please sign in to comment.