An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Amplify logo

# 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.