How to async instantiate and close a shared aiohttp session in Azure Functions in Python?
I need to use an HTTP client in my Azure Function. I can use aiohttp like this (this is a minimalistic example form the MSFT documentation).
I need to use an HTTP client in my Azure Function. I can use aiohttp like this (this is a minimalistic example form the MSFT documentation).