https://github.com/aws-amplify/amplify-backend
Home to all tools related to Amplify's code-first DX (Gen 2) for building fullstack apps on AWS
https://github.com/aws-amplify/amplify-backend
amplify aws backend fullstack
Last synced: 2 months ago
JSON representation
Home to all tools related to Amplify's code-first DX (Gen 2) for building fullstack apps on AWS
- Host: GitHub
- URL: https://github.com/aws-amplify/amplify-backend
- Owner: aws-amplify
- License: apache-2.0
- Created: 2023-05-12T18:37:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-02T16:51:33.000Z (3 months ago)
- Last Synced: 2025-10-02T18:36:44.796Z (3 months ago)
- Topics: amplify, aws, backend, fullstack
- Language: TypeScript
- Homepage:
- Size: 129 MB
- Stars: 239
- Watchers: 37
- Forks: 102
- Open Issues: 201
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Notice: NOTICE
Awesome Lists containing this project
README
# AWS Amplify Gen 2 Backend
This next generation of Amplify’s backend building experience lets you author your frontend and backend definition completely with TypeScript, a file convention, and Git branch-based environments. To learn more, visit [AWS Amplify Gen 2](https://docs.amplify.aws).
## Quickstart
To get started with Amplify Gen 2, visit [AWS Amplify Gen 2 Quickstart](https://docs.amplify.aws/react/start).
```bash
npm create amplify@latest
```
## Package Manager Support
- NPM, Yarn, and PNPM are officially supported.
- NodeJS 20 or later is required for Yarn because of a NodeJS [loader bug](https://github.com/nodejs/node/pull/43772) causing yarn [chain loader error](https://github.com/yarnpkg/berry/issues/4694).
- Yarn PnP is not supported. Run `yarn config set nodeLinker node-modules` to use "node-modules".
## Security
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue.
## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
opensource-codeofconduct@amazon.com with any additional questions or comments.
## Community
Join the [Discord Server](https://discord.com/invite/amplify).
## Contributing Guidelines
Thank you for your interest in contributing to our project. Please visit [CONTRIBUTING](CONTRIBUTING.md) for additional information on contributing to this project.
## License
This project is licensed under the Apache-2.0 License.