I am using Visual Studio code for debugging a lamda function written in python. Is the local execution of the lamda function is chargeable ? since at the end of each execution we are getting an entry in the log showing execution time charged.
Please note we are calling some AWS api from within the lamda function, and that is understandably chargable, I have no issues with that.