Name:
interface
Value:

Introducing Amplify Gen 2

Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle.

Fullstack TypeScript

Write your app's data model, auth, storage, and functions in TypeScript; Amplify will do the rest.

Built with the AWS CDK

Use any cloud resource your app needs. Never worry about scale.

Back to Gen 1 Docs Learn more about Gen 2

Choose your framework/language

Was this page helpful?

Can you provide more details?

Amplify Documentation for Android

AWS Amplify is everything mobile developers need to develop cloud-powered fullstack applications without hassle. Easily connect your cross-platform applications to the cloud for data modeling, authentication, storage, serverless functions, and more.

Build fullstack apps with your framework of choice

You can use AWS Amplify with popular web and mobile frameworks like JavaScript, Flutter, Swift, and React. Build, connect, and host fullstack apps on AWS. Get started by selecting your preferred framework.

Features

Code-first DX

The new code-first developer experience lets you define your infrastructure with TypeScript.

Fullstack Git deployments

Deploy your frontend and backend together on every code commit. Your Git branch is the source of truth.

Faster local development

Per-developer cloud sandbox environments let you quickly iterate during development.

Develop

[画像:Flowchart describing...]

Deploy

Customize

amplify/backend.ts
import*as sns from'aws-cdk-lib/aws-sns';
import*as sqs from'aws-cdk-lib/aws-sqs';
import{ defineBackend }from'@aws-amplify/backend';
import{ auth }from'./auth/resource.js';
import{ data }from'./data/resource.js';
const backend =defineBackend({
auth,
data
});
const customResourceStack = backend.createStack('MyCustomResources');
newsqs.Queue(customResourceStack,'CustomQueue');
newsns.Topic(customResourceStack,'CustomTopic');

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /