Platform
- class aws_cdk.aws_amplify_alpha.Platform(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
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