Skip to content

Commit

Permalink
fix(aws): improve error message on failing invocation test
Browse files Browse the repository at this point in the history
  • Loading branch information
acchou committed Feb 24, 2022
1 parent 5ba2a0c commit d5b8070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/aws-faast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ export const initialize = throttle(
.catch(_ => {});
throw new FaastError(
err,
"New lambda function failed invocation test"
`New lambda function ${FunctionName} failed invocation test`
);
}
}
Expand Down

0 comments on commit d5b8070

Please sign in to comment.