aws-amplify

Automate AWS Amplify Gen2 full-stack project setup and deployment.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-amplify-andrekurait
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-amplify
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/plugins/aws-core/skills/aws-amplify
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-amplify-andrekurait

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The AWS Amplify Skill unit provides a standardized, ready-to-use scaffold for building and deploying full-stack applications using Amplify Gen2, ensuring consistent architecture and guardrails across backend and frontend integrations.

Core Features & Use Cases

  • Code-first backend model and resource definitions via amplify/backend.ts
  • Cross-framework frontend integration with React, Next.js, Vue, Angular, React Native, Flutter, Swift, and Android
  • Deployment and sandbox tooling guidance, references, and scaffolding patterns for rapid iteration

Quick Start

Initialize or open an Amplify Gen2 project and run sandbox deployment to generate amplify_outputs.json for your frontend.

Frequently Asked Questions about aws-amplify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an AWS Amplify Gen2 full-stack project?

To set up an AWS Amplify Gen2 full-stack project, initialize your backend with a backend.ts defineBackend configuration, run a sandbox deployment, and generate the amplify_outputs.json file to connect your frontend framework.

What is code-first scaffolding for AWS Amplify Gen2?

Code-first scaffolding for AWS Amplify Gen2 is a standardized approach to define backend resources like auth, data, storage, and functions directly in your amplify/backend.ts file rather than using visual tooling.

Does AWS Amplify Gen2 work with React Native and Flutter frontends?

Yes, AWS Amplify Gen2 supports cross-framework frontend integration including React Native, Flutter, Swift, Android, React, Next.js, Vue, and Angular by consuming the generated amplify_outputs.json file.

How do I generate amplify_outputs.json for my frontend application?

You generate amplify_outputs.json for your frontend application by running the sandbox deployment tooling or pipeline-deploy process after configuring your backend.ts defineBackend resources.

What's the best way to define backend resources in AWS Amplify Gen2?

The best way to define backend resources in AWS Amplify Gen2 is using a code-first model in your backend.ts file, where you can configure auth, data, storage, and functions with standardized architectural guardrails.

What are the limitations of using AWS Amplify Gen2 for project setup?

A limitation of using AWS Amplify Gen2 for project setup is that it strictly requires a backend.ts defineBackend configuration to generate the necessary amplify_outputs.json file for frontend integration.