Deploy
AWS Amplify
Deploy your Content app to AWS Amplify
Quick Setup
- Install
sqlite3
package in your project. - Go to AWS Amplify dashboard and create a new project using git repository and deploy the app.
Nuxt Content projects can be deployed to AWS Amplify with zero configuration. The module will automatically detects AWS Amplify environment and prepare the necessary configuration for deployment.
All you need to do is to install sqlite3
package in your project and go to AWS Amplify dashboard and create a new project using git repository.
That's it 🎉
By default module will use SQlite database located at
/tmp
directory. You can override the database configuration by providing your own database configuration.Checkout: