Skip to content

Tag: visual-studio-code

Invoke a lambda from VSCode python

could not find any answer on this. All the tutorials mention how to use AWS toolkit or how to locally develop and test your lambda on VSCode. That’s not what I would like, I already have a lambda, and I would just like to invoke it. To call a s3 or Dynamo DB, I can just run What is the

How to remove this warning from VScode python code?

In my python code, I see the following warning all over the place; How do I remove this warning? I am using VS code v1.64.0, Microsoft Python Extension for Visual Studio Code v2022.0.1786462952. Answer From the hints provided in the comments, I managed to find an answer to my question. Edit settings.json foun…