DEV Community

Discussion on: Multi-env Next.js app with AWS Amplify & Serverless

Collapse
 
aarongarvey profile image
Aaron Garvey

Thanks Jonathan!

So for adding graphql and db resources like AppSync and DyanmoDB, you'd use the AWS Amplify CLI tools to provision these resources. I'd suggest taking a look at docs.amplify.aws/lib/graphqlapi/ge...] as a starting point.

Once you have your AWS Amplify resources all setup from the CLI, then deploying the application as described above will automatically build any changes for your backend resources every time you push a commit to one of your targeted branches using AWS Amplifies CI/CD pipeline.