laveeshb / azure-function-extensions-net

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

Output binding for SQS #37

Closed juanmjacobs closed 4 years ago

juanmjacobs commented 4 years ago

I have yet to test this, but I figured I'd make a draft pull request for you to review if you'd like to. I think this would resolve https://github.com/laveeshb/azure-function-extensions-net/issues/25

laveeshb commented 4 years ago

Absolutely. I'll take a look.

juanmjacobs commented 4 years ago

Hi! Great, thank you for your comments. I'll try and get to your suggestions this week!

juanmjacobs commented 4 years ago

Hey @laveeshb! I've finished working on this. I've tested it and it works. I made some refactors, added the README section as per your comment. And I also added a new attribute for the output messages, so it can be used in combination for any trigger.

Let me know if you have any comments! Looking forward to using this in some projects.