amplify

Amplify

Compute & WebAWS
General

General information about the service.

Description

AWS Amplify is a set of tools for building full-stack web and mobile apps.

Service Namespace

AWS::Amplify::App

ARN Pattern

arn:aws:amplify:{region}:{account}:apps/{app-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

amplify-

Length

1-255

Valid Characters

Letters, numbers, hyphens

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_amplify_app" "main" {
2 name = "amplify-${var.environment}"
3 repository = var.repository_url
4 oauth_token = var.github_token
5}
Utilities

Utilities to support app deployment or configuration.