OpenFunction / functions-framework

functions-framework for multi-runtime, multi-type functions, and multi-language support
10 stars 6 forks source link

Support overwriting metadata in Send function #19

Open lizzzcai opened 2 years ago

lizzzcai commented 2 years ago

Current when Send function constructs the InvokeBindingRequest, the Metadata is from the predefined value.

However, some of the Dapr APIs need to provide metadata for example: bindings.aws.s3 to download a specified file from a remote storage. Hence, ofn should support overwrting metadata.