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

Add Lambda timeout & refactor timeout names #65

Merged

Commits on May 15, 2024

  1. Add Lambda timeout & refactor timeout names

    *Issue #, if available:* N/A
    
    *Description of changes:*
    - The Lambda function now has a `Timeout` value, with a default of `30` seconds. This is the amount of time the connector has to process a request. This was previously only `3` seconds since `Timeout` was not defined.
    - `TimeoutInMillis` has been renamed to `ApiGatewayTimeoutInMillis`, to be clearer.
    
    
    By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
    trevorbonas authored May 15, 2024
    Configuration menu
    Copy the full SHA
    aa263c0 View commit details
    Browse the repository at this point in the history