Skip to content

A sample integration of Next.js with AWS Amplify

License

Notifications You must be signed in to change notification settings

simonespa/amplify-nextjs

Repository files navigation

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

About

A sample integration of Next.js with AWS Amplify

Topics

Resources

License

Stars

Watchers

Forks