uampio/invoke-aws-lambda-rs

Invoke AWS Lambda function (Rust implementation)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
AWS_ACCESS_KEY_IDAWS Access Key IDyes
AWS_SECRET_ACCESS_KEYAWS Secret Access Keyyes
AWS_SESSION_TOKENAWS Session Token (for temporary credentials)no
REGIONAWS region where the Lambda is deployednoeu-central-1
FunctionNameThe name of the Lambda function, version, or aliasyes
InvocationTypeRequestResponse | Event | DryRunnoRequestResponse
LogTypeNone | TailnoNone
ClientContextBase64-encoded data about the invoking clientno
PayloadJSON input to pass to the Lambda functionno
QualifierVersion or alias of the function to invokeno
SUCCEED_ON_FUNCTION_FAILURESet to true to succeed even when Lambda returns a function errornofalse
TIMEOUTHTTP read timeout in seconds for the Lambda invocationno240
namedescription
responseJSON response from the Lambda invocation (StatusCode, ExecutedVersion, Payload, LogResult, FunctionError)