Skip to content
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

Throw an error if Lambda is going to timeout #5

Closed
NightKhaos opened this issue Apr 3, 2018 · 1 comment
Closed

Throw an error if Lambda is going to timeout #5

NightKhaos opened this issue Apr 3, 2018 · 1 comment
Assignees

Comments

@NightKhaos
Copy link

If the Lambda function is about to timeout, we should provide an option to stop the function and send a failure response. This will allow customers to note when their logic is taking too long.

@NightKhaos NightKhaos self-assigned this Apr 3, 2018
@NightKhaos NightKhaos added this to the 1.1 milestone Apr 3, 2018
@NightKhaos NightKhaos modified the milestones: 1.1, 1.2 May 10, 2018
@NightKhaos
Copy link
Author

Implemented a solution using chained invocations, need to test.

taylorb-syd added a commit that referenced this issue Jan 9, 2020
Implements:

- #1 Redaction of `DEBUG` event printing interface to prevent information leaks in logs.
- #5 Chained Lambda Invocations with Timeout Support
- #11 Removes dependency on `botocore.vendored.requests` allowing for Python3.8 based Lambda support.
- #2 (Partial) Includes some new Unit Tests and Functional Tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants