Socket
Socket
Sign inDemoInstall

@nearst/serverless-dynalite

Package Overview
Dependencies
196
Maintainers
9
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nearst/serverless-dynalite

Serverless plugin to run Dynalite locally to handle DynamoDB development


Version published
Maintainers
9
Install size
8.65 MB
Created

Readme

Source

serverless-dynalite

A Serverless plugin to run Dynalite locally to handle DynamoDB development. This is heavily inspired by the serverless-dynalite plugin by Scott Donnelly.

Features:

  • Integrates with serverless-offline.
  • Seeds Tables from a js file
  • Creates Tables from your Resources

Getting Started

Install the node package with npm or yarn

npm install @nearst/serverless-dynalite --save-dev
yarn add -D @nearst/serverless-dynalite

Once the package is installed add it to the plugins section of your serverless.yml. The serverless offline plugin also needs to be installed

plugins:
  - '@nearst/serverless-dynalite'
  - serverless-offline
custom:
  # This is optional
  dynalite:
    region: localhost
    port: 8000
    dir: ./
    seed: 
    - table: table-1
      source: ./seed/table1.js

Keywords

FAQs

Last updated on 06 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc