Skip to content

Commit

Permalink
add concolse log for debuging
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiwycherley committed Oct 15, 2024
1 parent d3c694f commit e45ce03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/functions/getMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const service = require('../helpers/service')
const eventSchema = require('../helpers/schemas').getMessageEventSchema

module.exports.getMessage = async (event) => {
console.log('Event: ', event)
const response = {
statusCode: 200,
headers: {
Expand Down

0 comments on commit e45ce03

Please sign in to comment.