All Projects → sdd → Serverless Dynalite

sdd / Serverless Dynalite

Licence: mit
Serverless plugin to run Dynalite locally (No JVM needed!) to handle DynamoDB development. Can watch for table config changes.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Serverless Dynalite

Serverless Appsync Plugin
serverless plugin for appsync
Stars: ✭ 804 (+4131.58%)
Mutual labels:  serverless-plugin, dynamodb
Serverless Bundle
Optimized packages for ES6 and TypeScript Node.js Lambda functions without any configuration.
Stars: ✭ 295 (+1452.63%)
Mutual labels:  serverless, serverless-plugin
serverless-dynamodb-ttl
⚡️ Serverless Plugin to set DynamoDB TTL
Stars: ✭ 16 (-15.79%)
Mutual labels:  dynamodb, serverless-plugin
Serverless Plugin Warmup
Keep your lambdas warm during winter. ♨
Stars: ✭ 814 (+4184.21%)
Mutual labels:  serverless, serverless-plugin
Dazn Lambda Powertools
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
Stars: ✭ 501 (+2536.84%)
Mutual labels:  serverless, dynamodb
Komiser
☁️ Cloud Environment Inspector 👮🔒 💰
Stars: ✭ 2,684 (+14026.32%)
Mutual labels:  serverless, dynamodb
Serverless Plugin Canary Deployments
Canary deployments for your Serverless application
Stars: ✭ 283 (+1389.47%)
Mutual labels:  serverless, serverless-plugin
Eventsource
Serverless Go event sourcing library built on top of dynamodb
Stars: ✭ 217 (+1042.11%)
Mutual labels:  serverless, dynamodb
Scope
🔭 Scope - Create a birdeye's view of your Github project and embed on your site
Stars: ✭ 453 (+2284.21%)
Mutual labels:  serverless, dynamodb
Serverless Express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Stars: ✭ 4,265 (+22347.37%)
Mutual labels:  serverless, dynamodb
Serverless Step Functions
AWS Step Functions plugin for Serverless Framework ⚡️
Stars: ✭ 758 (+3889.47%)
Mutual labels:  serverless, serverless-plugin
Serverless Plugin Typescript
Serverless plugin for zero-config Typescript support
Stars: ✭ 611 (+3115.79%)
Mutual labels:  serverless, serverless-plugin
Serverless Chrome
🌐 Run headless Chrome/Chromium on AWS Lambda
Stars: ✭ 2,625 (+13715.79%)
Mutual labels:  serverless, serverless-plugin
Dynamodb Toolbox
A simple set of tools for working with Amazon DynamoDB and the DocumentClient
Stars: ✭ 752 (+3857.89%)
Mutual labels:  serverless, dynamodb
Serverless Analytics
Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.
Stars: ✭ 219 (+1052.63%)
Mutual labels:  serverless, dynamodb
Serverless Vscode
Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.
Stars: ✭ 272 (+1331.58%)
Mutual labels:  serverless, serverless-plugin
Dialetus Service
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
Stars: ✭ 202 (+963.16%)
Mutual labels:  serverless, dynamodb
Yoyo
A dead simple comment engine built on top of AWS lambda and React, alternative comment service to Disqus.
Stars: ✭ 210 (+1005.26%)
Mutual labels:  serverless, dynamodb
Serverless Wsgi
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
Stars: ✭ 377 (+1884.21%)
Mutual labels:  serverless, serverless-plugin
Serverless Dynamodb Local
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
Stars: ✭ 530 (+2689.47%)
Mutual labels:  serverless, dynamodb

serverless-dynalite

A Serverless plugin to run Dynalite locally to handle DynamoDB development. Can watch for table config changes.

Integrates with serverless-offline. Also works without serverless-offline by running

serverless dynalite start

to start dynalite with the tables specified in serverless.yml. Or:

serverless dynalite watch

to listen for changes to the serverless.yml file and add tables accordingly

Options:

  • -p port to specify the port (optional, defaults to 4567)
  • -d dir to create a dynalite db file instead of using the in-memory store (optional)

Something missing? More documentation? All PRs welcome at https://github.com/sdd/serverless-dynalite

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].