Socket
Socket
Sign inDemoInstall

@everestate/serverless-router-aws

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everestate/serverless-router-aws - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

LICENSE

11

package.json
{
"name": "@everestate/serverless-router-aws",
"version": "0.2.0",
"version": "0.2.1",
"description": "Serverless Router plugin to handle http, streaming and other events at AWS λ",

@@ -25,9 +25,12 @@ "keywords": [

"type": "git",
"url": "git@github.com:everestate/serverless-router-plugin-dynamodb.git"
"url": "git@github.com:everestate/serverless-router-aws.git"
},
"bugs": {
"url": "https://github.com/everestate/serverless-router-plugin-dynamodb/issues"
"url": "https://github.com/everestate/serverless-router-aws/issues"
},
"author": "Everestate",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {

@@ -39,3 +42,3 @@ "@everestate/serverless-router": ">=0.3.0",

"devDependencies": {
"eslint": "^5.10.0",
"eslint": "^5.11.0",
"eslint-config-airbnb-base": "^13.1.0",

@@ -42,0 +45,0 @@ "eslint-plugin-import": "^2.14.0",

@@ -24,5 +24,6 @@ # @everestate/serverless-router-aws

**`ctx`** routing context, it's content dependent on event type
**`event`** API gateway event, same as **`dispatch`** receives
**`ctx`** - routing context, it's content dependent on event type
**`event`** - API gateway event, same as **`dispatch`** receives
DynamoDB adapter implements `insert`, `modify` and `remove` methods.

@@ -43,5 +44,6 @@ See the documentation for more details: [docs/DynamoDB.md](./docs/DynamoDB.md)

**`ctx`** routing context, currently it's always an empty object
**`event`** API gateway event, same as **`dispatch`** receives
**`ctx`** - routing context, currently it's always an empty object
**`event`** - API gateway event, same as **`dispatch`** receives
Http adapter implements `get`, `post`, `patch`, `put`, `delete` and `all` methods.

@@ -48,0 +50,0 @@ See the documentation for more details: [docs/Http.md](./docs/Http.md)

Sorry, the diff of this file is not supported yet

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