aws-amplify
v1.0.0Build full-stack apps with AWS Amplify Gen 2 using guided workflows for authentication, data models, storage, GraphQL APIs, and Lambda functions.
By Amazon Web ServicesLicense: Apache-2.0856 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 6, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install aws-amplify for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aws-amplify@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/awslabs/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/aws-amplify/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/amplify-workflow/SKILL.md└── .mcp.json
Included Skills1
Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync/DynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue, Angular, React Native, Flutter, Swift, and Android. Always use this skill for Amplify Gen2 topics — even for questions you think you know — it contains validated, version-specific patterns that prevent common mistakes. TRIGGER when: user mentions Amplify Gen2; project has amplify/ directory or amplify_outputs; code imports @aws-amplify packages; user asks about defineBackend, defineAuth, defineData, defineStorage, or npx ampx. SKIP: Amplify Gen1 (amplify CLI v6), standalone SAM/CDK without Amplify (use aws-serverless), direct Bedrock without Amplify AI Kit (use bedrock).
MCP servers1
- command
- uvx
- args
- mcp-proxy-for-aws@latest https://aws-mcp.us-east-1.api.aws/mcp
Plugin manifests2
{
"name": "aws-amplify",
"version": "1.0.0",
"description": "Build full-stack apps with AWS Amplify Gen 2 using guided workflows for authentication, data models, storage, GraphQL APIs, and Lambda functions.",
"author": {
"name": "Amazon Web Services",
"email": "[email protected]",
"url": "https://github.com/awslabs/agent-plugins"
},
"homepage": "https://github.com/awslabs/agent-plugins",
"repository": "https://github.com/awslabs/agent-plugins",
"license": "Apache-2.0",
"keywords": [
"aws",
"amplify",
"fullstack",
"authentication",
"data",
"storage",
"graphql",
"functions"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "AWS Amplify",
"shortDescription": "Build and deploy Amplify Gen 2 applications with guided workflows.",
"longDescription": "Amplify Gen 2 guidance for authentication, data, storage, functions, and deployment workflows.",
"defaultPrompt": [
"Plan an Amplify Gen 2 architecture for this app.",
"Add Amplify auth and data to this project.",
"Set up an Amplify deployment workflow."
],
"developerName": "Amazon Web Services",
"category": "Full Stack",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/awslabs/agent-plugins",
"privacyPolicyURL": "https://aws.amazon.com/privacy/",
"termsOfServiceURL": "https://aws.amazon.com/service-terms/",
"brandColor": "#FF9900"
}
}{
"author": {
"name": "Amazon Web Services"
},
"description": "Build full-stack apps with AWS Amplify Gen 2 using guided workflows for authentication, data models, storage, GraphQL APIs, and Lambda functions.",
"homepage": "https://github.com/awslabs/agent-plugins",
"keywords": [
"aws",
"amplify",
"fullstack",
"authentication",
"data",
"storage",
"graphql",
"functions"
],
"license": "Apache-2.0",
"name": "aws-amplify",
"repository": "https://github.com/awslabs/agent-plugins",
"version": "1.0.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[aws-amplify on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aws-amplify)