Platform

class aws_cdk.aws_amplify_alpha.Platform(value)

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