Skip to content

Instantly share code, notes, and snippets.

@dabit3
Last active October 22, 2020 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dabit3/9b9dc001b65d505e95ee3ad95a7ddd8e to your computer and use it in GitHub Desktop.
Save dabit3/9b9dc001b65d505e95ee3ad95a7ddd8e to your computer and use it in GitHub Desktop.
Next.js + Amplify - configureAmplify.js
// configureAmplify.js
import Amplify from 'aws-amplify';
import config from './src/aws-exports';
Amplify.configure({ ...config, ssr: true });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment