JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
294 stars 49 forks source link

Singleton function #143

Open xtianvillapando opened 4 years ago

xtianvillapando commented 4 years ago

Is there any way to make azure function singleton with FunctionMonkey? I was planning to use singleton scope but even just a simple singleton doesn't seem to work. I've tried putting Singleton attribute in Handler but didn't work.