laveeshb / azure-function-extensions-net

Extensions for Azure Functions
MIT License
4 stars 7 forks source link

SQS Extension - Add string and byte array converters #40

Closed juanmjacobs closed 4 years ago

juanmjacobs commented 4 years ago

Hi @laveeshb! I've added string and byte[] converters for the sqs output binding. This allows the binding to be consumed from a JS worker.

laveeshb commented 4 years ago

@juanmjacobs looks good to me