rackerlabs / lambda-uploader

Helps package and upload Python lambda functions to AWS
Apache License 2.0
271 stars 56 forks source link

Non-python lambda upload #104

Open MoOmEeN opened 8 years ago

MoOmEeN commented 8 years ago

What do you think about using the tool to upload non-python lambdas? I'd like to upload java one. The file is being created with maven, so in the end it would be uploading arbitrary zip - so the opposite of --no-upload. What about --only-upload option?

MoOmEeN commented 8 years ago

https://github.com/rackerlabs/lambda-uploader/pull/109