Installation
Amplify SDK is available as a package within NPM. To install it, you need to run the following command in the root of your project:
Next JS
If you are using NextJS, you need to import the dependency by disabling server-side rendering in the following way:
And add the following configuration in next.config.js
:
Última actualización