Skip to content

Serverless Dynalite V2

Latest
Compare
Choose a tag to compare
@Ankcorn Ankcorn released this 18 Dec 10:01
· 3 commits to master since this release

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