Releases: gagoar/invoke-aws-lambda
Releases · gagoar/invoke-aws-lambda
Release v3.4.0
Release v3.3.2
Changes in this Release
Release v3.3.1
Changes in this Release
Release v3.3.0
Changes in this Release
Previously, failed Lambda invocations would be reported as successful.
adding HTTP_TIMEOUT and MAX_RETRY
This new version provides access to 2 useful configuration options:
-
AWS.config.httpOptions.timout: Returns the maximum amount of retries to perform for a service request. By default this value is calculated by the specific service object that the request is being made to. (more info )
-
AWS.config.maxRetries: Sets the socket to timeout after timeout milliseconds of inactivity on the socket. Defaults to two minutes (120000) (more info
AWS Lambda invoke
v3.1 v3.1
AWS Lambda invoke
AWS Lambda invoke
This action allows you to invoke a lambda and if needed, return a response.