Aws SDk Go V2 Lambda, deadline is 1970-01-1 while local debugging #2059
Unanswered
maciejbak85
asked this question in
Q&A
Replies: 2 comments
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have simple lambda code:
when its deployed to aws and called ( from API Gateway ) I see in logs current timestamp + X seconds, but when I run this locally and use awslambdarpc to call it I see:
1970-01-01 00:00:00 +0000 UTC
which causes some problems in other parts of this lambda. Is it possible somehow, using awslambdarpc or maybe some config ( just for local ) to define this deadline value ?
Beta Was this translation helpful? Give feedback.
All reactions