Skip to content

Commit a505b20

Browse files
author
Tomasz Janowski
committed
Return aws-sdk properties
1 parent e851f3a commit a505b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const handler = (event, ctx) =>
66
ctx,
77
node_version: process.version,
88
remaining_time: ctx.getRemainingTimeInMillis(),
9-
aws_sdk_version: aws.version,
9+
aws: JSON.stringify(aws),
1010
})
1111

1212
module.exports = { handler };

0 commit comments

Comments
 (0)