motdotla / node-lambda

Command line tool to locally run and deploy your node.js application to Amazon Lambda
BSD 2-Clause "Simplified" License
1.36k stars 188 forks source link

Lambda Trigger #143

Open fahmiardi opened 8 years ago

fahmiardi commented 8 years ago

How to add Lambda Trigger list from this library? Because when I use multiple triggers and lambda function must be versioned by adding version number on lambda function name, I must add one by one again trigger from Lambda Dashboard.

DeviaVir commented 8 years ago

A few post-deploy API calls should get this done, added the enhancement label.

fahmiardi commented 8 years ago

great, thanks @DeviaVir

DeviaVir commented 7 years ago

Does:

currently solve this problem already?