Skip to content

Commit e96cf4e

Browse files
committed
adding proxyType property to lambda example
1 parent 050e981 commit e96cf4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ npm i http-lambda-proxy
4444
const gateway = require('fast-gateway')
4545
const server = gateway({
4646
routes: [{
47+
proxyType: 'lambda',
4748
prefix: '/service',
4849
target: 'my-lambda-serverless-api',
4950
lambdaProxy: {

0 commit comments

Comments
 (0)