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

https://github.com/simonespa/amplify-nextjs

A sample integration of Next.js with AWS Amplify
https://github.com/simonespa/amplify-nextjs

amplify aws nextjs

Last synced: 2 months ago
JSON representation

A sample integration of Next.js with AWS Amplify

Awesome Lists containing this project

README

          

# AmplifyNext
This is a Next.js integration with AWS Amplify.
## Deploy the Infrastructure

**Role stack**
```
aws cloudformation deploy --template-file ./infrastructure/amplify-role.yaml --stack-name AmplifyNext-Role --capabilities CAPABILITY_NAMED_IAM --tags project=AmplifyNext
```

**App stack**
```
aws cloudformation deploy --template-file ./infrastructure/amplify-app.yaml --stack-name AmplifyNext-App --capabilities CAPABILITY_IAM --parameter-overrides GitHubOauthToken=$GITHUB_ACCESS_TOKEN DomainName=$DOMAIN_NAME --tags project=AmplifyNext
```