New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-dynamodb-local

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-dynamodb-local - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

package.json
{
"name": "serverless-dynamodb-local",
"version": "0.2.3",
"version": "0.2.4",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=4.0"

@@ -45,8 +45,10 @@ serverless-dynamodb-local

Note: Read the detailed section for more information on advanced options and configurations
Open a browser and go to the url http://localhost:8000/shell to access the web shell for dynamodb local
## Install: `sls dynamodb install`
## Install: sls dynamodb install
To remove the installed dynamodb local, run:
`sls dynamodb remove`
Note: This is useful if the sls dynamodb install failed in between to completely remove and install a new copy of DynamoDB local.
## Start: `sls dynamodb start`
## Start: sls dynamodb start
All CLI options are optional:

@@ -79,3 +81,3 @@

## Create/Execute DynamoDB (Migrations)
## Migrations: sls dynamodb create/execute/executeAll
### Configurations

@@ -185,6 +187,3 @@ In `s-project.json` add following to customize DynamoDB Migrations file directory and table prefixes/suffixes

})
```
Open a browser and go to the url http://localhost:8000/shell to access the web shell for dynamodb local
Note: Default port: 8000 and if you change the port, change it accordingly in usage

@@ -191,0 +190,0 @@ ## Links

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc