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:
gatewayName: api-gateway-name
outputResources: true
outputFilename: hello_world
domainManagerCompatible: true