Skip to content

Commit a3f5d88

Browse files
authored
Merge pull request #601 from dataswift/injector-debug
Lets see why it fails in sandbox
2 parents 2ccf720 + ebd9358 commit a3f5d88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hat/app/org/hatdex/hat/she/models/LambdaFunctionExecutable.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ class AwsLambdaExecutor @Inject() (
194194
val message =
195195
s"Retrieving SHE function Response Error: ${r.functionError()}"
196196
logger.error(message)
197+
logger.error(r.payload().asUtf8String())
197198
throw new ApiException(message)
198199
case r =>
199200
val message =

0 commit comments

Comments
 (0)