Sublime Forum

AWS Lambda Editor

#1

If you edit AWS lambdas you know how painful using the web-based editor is, to speak nothing of having to re-zip every time you want to make a change to a lambda with dependencies. This plugin automatically lists your lambdas, downloads and unzips them, zips and uploads them on save. It also lets you inspect your functions and invoke them, displaying the output and logs all inside of sublime.

Uses the same credentials as the awscli and boto.

Repo: https://github.com/revmischa/sublime-awslambda

Demo video:

1 Like