aws / aws-lambda-go

Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Apache License 2.0
3.58k stars 548 forks source link

Deadline is set to invoke timestamp, possibly incorrect #564

Open bekabaz opened 1 week ago

bekabaz commented 1 week ago

https://github.com/aws/aws-lambda-go/blame/8e674dad171cebefc4819d785251a76334827bb2/lambda/messages/messages.go#L24

When I try to invoke a Lambda handler locally, I am getting a context deadline exceeded because it's set to the Invoke time. Is this the expected behavior?