Platform
- class aws_cdk.aws_amplify_alpha.Platform(*values)
- Bases: - Enum- (experimental) Available hosting platforms to use on the App. - Stability:
- experimental 
- ExampleMetadata:
- infused 
 - Example: - amplify_app = amplify.App(self, "MyApp", platform=amplify.Platform.WEB_COMPUTE ) - Attributes - WEB
- (experimental) WEB - Used to indicate that the app is hosted using only static assets. - Stability:
- experimental 
 
 - WEB_COMPUTE
- (experimental) WEB_COMPUTE - Used to indicate the app is hosted using a combination of server side rendered and static assets. - Stability:
- experimental 
 
 - WEB_DYNAMIC
- (experimental) WEB_DYNAMIC - Used to indicate the app is hosted using a fully dynamic architecture, where requests are processed at runtime by backend compute services. - Stability:
- experimental