Skip to content

Commit 717191c

Browse files
committed
kinesis test
1 parent bba947e commit 717191c

File tree

8 files changed

+5253
-1081
lines changed

8 files changed

+5253
-1081
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ tmp
4242
.coveralls.yml
4343
tmpdirs-serverless
4444
.eslintcache
45+
.serverless

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class ServerlessApigatewayServiceProxy {
106106
let message = ''
107107
let serviceProxyMessages = ''
108108

109-
const endpointInfo = this.gatheredData.info.endpoint
109+
const endpointInfo = this.gatheredData.info.endpoints
110110
message += `${chalk.yellow.underline('Serverless APIGateway Service Proxy OutPuts')}\n`
111111
message += `${chalk.yellow('endpoints:')}`
112112

0 commit comments

Comments
 (0)