This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
New features
Seeds
In a javascript file export an array of objects. This data will get added to the table for you.
Simpler config
custom:
dynalite:
region: 'eu-west-1'
port: 8000
seed:
- table: table-name
source: ./myseed.js
WARNING BREAKING CHANGES!
- No command line startup only works with the serverless-offline plugin.
- No file watching support
- Serverless config changes