AWS Greengrass Core SDK for C
|
Describes the options to invoke a target lambda. More...
#include <greengrasssdk.h>
Data Fields | |
const char * | function_arn |
const char * | customer_context |
const char * | qualifier |
gg_invoke_type | type |
const void * | payload |
size_t | payload_size |
function_arn | Null-terminated string full lambda ARN to be invoked |
customer_context | base64-encoded null-terminated json string |
qualifier | Null-terminated string version of the function |
type | Specifiy whether a response is needed |
payload | Buffer to be sent to the invoked lambda |
payload_size | Size of payload buffer |