Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
dev proxy now prints function name at log beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Lusenti committed Feb 1, 2017
1 parent 4c35b29 commit 0a61980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ async function processAPIRequest (req, res, {
const doCall = () => {
try {
log(`\n============= Log Fragment Begin =============`.dim);
log(`Function name: `.bold, runner.name);
const invokeResult = dockerLambda({
event,
taskDir: `${PROJECT_ROOT}/.dawson-dist`,
Expand Down

0 comments on commit 0a61980

Please sign in to comment.