Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serverless-shared-gateway

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-shared-gateway

Serverless shared gateway, was developed originally by [kalarrs](https://github.com/kalarrs/serverless-shared-api-gateway), but I saw that it was a little bit abandoned. So I fix a few bugs that the plugin had, and add some extra functionality. Currently

  • 1.1.2
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

serverless-shared-gateway

Serverless shared gateway, was developed originally by kalarrs, but I saw that it was a little bit abandoned. So I fix a few bugs that the plugin had, and add some extra functionality. Currently I am working on a Enterprise plugin for the Serverless Framework, so I will be updating this package regularly.

Note: I know that the code inside of the index.js is a little bit messy, but it works and I am working on a cleaner version that is backward compatible.

Add in your "custom" property the following tag:

custom: 
  sharedGateway:  
    # This should be your gateway name 
    gatewayName: api-gateway-name
    # will create a file once the api-gateway is recognized by serverless-framework 
    outputResources: true 
    # This is the file name, usually you want to set it as a .env  (default is .output)
    outputFilename: hello_world 
    # This option will remove the "create api gateway functionality, and will spit out the resourceId insted of overighting the gateway
    domainManagerCompatible: true

FAQs

Package last updated on 08 Aug 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc