You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ColinEberhardt
I think that there are strengths and weaknesses, so I think that it is better to use the one that suits the purpose.
If you have functions you want when using node-lambda in Travis, please do not hesitate to request it.
Just a general question regarding automated deployment of Lambda functions via Travis. I can see a couple of options here:
The first would be to run the node-lambda CLI as an
after_success
step. For example:package.json:
travis.yml:
However, travis also has build in support for Lambda deployment:
e.g.
The only difference I can spot is that Travis doesn't seem to have any options for setting Lambda Environment variables.
Are there any other reasons why it might be better to use node-lambda from a Travis build?
The text was updated successfully, but these errors were encountered: