1 Answers
Hi Thiru
When we deploy the function, the code in our local working directory is used (including main.py
and requirements.txt
), which takes care of packages in the deployed function.
The data and context are received by the function when it receives messages from the topic subscription.
Hope this helps!