satr / intellij-idea-plugin-connector-for-aws-lambda

The plugin for the IntelliJ IDEA: connector for AWS Lambda functions.
MIT License
14 stars 4 forks source link

PyCharm support #14

Open rmihael opened 5 years ago

rmihael commented 5 years ago

Hi!

Python support in AWS Lambda is quite mature already. Is there a chance that your excellent plugin will be compatible with PyCharm any time soon?

Thank you!

satr commented 5 years ago

Hi, Thank you for using the plugin and for a positive feedback. I asked earlier about need to use the plugin for Python and it is a first positive request. As if it can be useful, it can be implemented, I think.

satr commented 5 years ago

I looked at PyCharm integration. Could you give me some details how in PyCharm do you create a package (zip archive) to download sources with dependencies to aws-lambda? With recently created RC1.7.RC2 there is a basic support for the NodeJS (uploading with zip-archive). It also allows to upload source with Python to AWS Lambda - same way. It is also available in IDEA Community edition, with installed plugin Python Community:

idea-community-python-community-plugion

lambda-python-support