Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct {
// contains filtered or unexported fields
}
Activity is an activity that is used to invoke a lambda function
type Input ¶
type Input struct {
Payload map[string]interface{} `md:"payload"` // The payload object
}
type Output ¶
type Settings ¶
type Settings struct { Function string `md:"function,required"` // The name or ARN of the Lambda function ClientContext map[string]interface{} `md:"clientContext"` // Information about the client to pass to the function via the context Async bool `md:"async"` // Perform async invocation ExecutionLog bool `md:"executionLog"` // Include the execution log in the response Region string `md:"region"` // The AWS region, uses environment setting by default }
Click to show internal directories.
Click to hide internal directories.