We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050e981 commit e96cf4eCopy full SHA for e96cf4e
README.md
@@ -44,6 +44,7 @@ npm i http-lambda-proxy
44
const gateway = require('fast-gateway')
45
const server = gateway({
46
routes: [{
47
+ proxyType: 'lambda',
48
prefix: '/service',
49
target: 'my-lambda-serverless-api',
50
lambdaProxy: {
0 commit comments