AWS Greengrass Core SDK for C
Data Fields
gg_invoke_options Struct Reference

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
 

Detailed Description

Parameters
function_arnNull-terminated string full lambda ARN to be invoked
customer_contextbase64-encoded null-terminated json string
qualifierNull-terminated string version of the function
typeSpecifiy whether a response is needed
payloadBuffer to be sent to the invoked lambda
payload_sizeSize of payload buffer