Movatterモバイル変換


[0]ホーム

URL:


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 DocsLearn more about Gen 2

Was this page helpful?

Can you provide more details?

Amplify AI kit is now generally available

Create fullstack AI-powered apps with TypeScript, no prior experience in cloud architecture or AI needed.

Get started

Amplify Documentation

AWS Amplify is everything you need to build web and mobile apps. Easy to start, easy to scale.

You can build a fullstack app using Amplify backend building capabilities and deploy your web app using Amplify Hosting.

How Amplify works >

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 fullstack TypeScript developer experience lets you focus on your app code instead of infrastructure.

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

Diagram showing a software development environment setup with two distinct sandbox environments linked to one Git repo which is connected to the Amplify console which has deployed versions of the Dev and Main branches of the application

Deploy

Customize

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

Amplify open source software, documentation and community are supported by Amazon Web Services.

© 2025, Amazon Web Services, Inc. and its affiliates.

All rights reserved. View thesite terms andprivacy policy.

Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.


[8]ページ先頭

©2009-2025 Movatter.jp