Skip to content

Commit 9ba9ca2

Browse files
authored
Merge pull request #28 from fabidick22/test-feat
feat: Add logs
2 parents 899697f + 249f9b0 commit 9ba9ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/get-data/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
let response;
33

44
exports.lambdaHandler = async (event, context) => {
5+
console.info(JSON.parse(context))
56
try {
67
response = {
78
'statusCode': 200,
89
'body': JSON.stringify({
910
message: 'get data',
10-
// location: ret.data.trim()
1111
})
1212
}
1313
} catch (err) {

0 commit comments

Comments
 (0)