- Functional
Adds moltin products to a new Algolia index defined in your env.
Every 24 hours, updates those products and adds new products.
Matches products in Moltin to those in Algolia on the Moltin product ID.
- Algolia account, sign up here
- Moltin account, sign up here
- Serverless account, sign up here
Rename .example.env
to .env
and fill in the required values`
Built to be deployed using the serverless framework, configured for AWS.
To deploy, make sure you have your AWS creds configured https://serverless.com/framework/docs/providers/aws/guide/credentials#amazon-web-services
Ensure serverless.yml
is set up as you want it.
cd
to project root and run serverless deploy
.