Creates a new Amplify app.
Request body
The name for an Amplify app.
The description for an Amplify app.
The repository for an Amplify app.
The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.
The AWS Identity and Access Management (IAM) service role for an Amplify app.
The environment variables map for an Amplify app.
Enables the auto building of branches for an Amplify app.
Automatically disconnects a branch in the Amplify Console when you delete a branch from your Git repository.
Enables basic authorization for an Amplify app. This will apply to all branches that are part of this app.
The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.
The tag for an Amplify app.
The build specification (build spec) file for an Amplify app build.
The custom HTTP headers for an Amplify app.
Enables automated branch creation for an Amplify app.
The automated branch creation glob patterns for an Amplify app.
Response
Success