-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context deadline exceeded at start locally #361
Comments
I'm having this issue as well using SAM CLI. Is there some sort of parameter or environment variable that needs to be set for the context deadline? |
Can confirm I'm also having this issue when calling Dynamo with the Lambda context in SAM local:
Looks like when the CTX arrives to the handler it's in the past:
Downgrading my version of SAM to 1.12.0 fixed the issue:
Also, related: |
This comment has been minimized.
This comment has been minimized.
Still facing the issue with SAM CLI version 1.25.0 on Ubuntu. Any workarounds for that? |
SAM CLI, version 1.26.0 |
Same issue on MacOS SAM CLI, version 1.29.0 |
1 similar comment
Same issue on MacOS SAM CLI, version 1.29.0 |
I'm running the lambda image locally, and long story short, it starts off with an expired context deadline.
curl localhost:8080/2015-03-31/functions/function/invocations
logs
"context deadline exceeded"
What am I missing? Here it says
But it's essentially returning the starting time instead.
The text was updated successfully, but these errors were encountered: