Lambda's GUI is perfect for toying with your function's code, but what if you have Node dependencies or additional files you want to upload from your local machine or CI/CD? Learn how to deploy from your terminal in this article.
My last article gave a quick run-down on how you can invoke a Lambda function from your terminal.
When you upload your Lambda function, you'll want to provide a ZIP file that contains all of the necessary code.
Now that we've got a ZIP file with our Lambda function's dependencies and handler, we can finally deploy to AWS.