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
Copy file name to clipboardexpand all lines: packages/@aws-cdk/aws-amplify-alpha/lib/app.ts
+5
Original file line number
Diff line number
Diff line change
@@ -569,6 +569,11 @@ export enum Platform {
569
569
* server side rendered and static assets.
570
570
*/
571
571
WEB_COMPUTE='WEB_COMPUTE',
572
+
573
+
/**
574
+
* WEB_DYNAMIC - Used to indicate the app is hosted using a fully dynamic architecture, where requests are processed at runtime by backend compute services.
0 commit comments