I am getting started with writing an Alexa Skill. My skill requires uploading a .ZIP file as it includes the alexa-sdk
dependency being stored in the node_modules folder.
Is there a more efficient way to upload a new version of my Lambda function and files from my local machine without zipping and manually uploading the same files over and over again? Some like git push or a different way to deploy via Terminal with a single command?