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
- Host: GitHub
- URL: https://github.com/simonespa/amplify-nextjs
- Owner: simonespa
- License: gpl-3.0
- Created: 2021-07-09T07:24:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T05:43:59.000Z (over 3 years ago)
- Last Synced: 2025-02-15T23:26:08.469Z (over 1 year ago)
- Topics: amplify, aws, nextjs
- Language: JavaScript
- Homepage:
- Size: 407 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```