You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An InvocationType argument of "DryRun" provides a simple verification of a Lambda's installation. It's also useful where it's difficult to generate the appropriate payload to test a lambda's invocation.
The text was updated successfully, but these errors were encountered:
What I would like to do:
Add an argument to
InvokeFunction()
that can be used as the InvocationType argument to AWS SDK'sInvoke()
.From the AWS CLI command reference (https://docs.aws.amazon.com/cli/latest/reference/lambda/invoke.html):
terratest/modules/aws/lambda.go
Line 13 in 8361e81
Why?
An InvocationType argument of "DryRun" provides a simple verification of a Lambda's installation. It's also useful where it's difficult to generate the appropriate payload to test a lambda's invocation.
The text was updated successfully, but these errors were encountered: