Hi community,
I’ve been playing around with the serverless framework for node since a past couple of days and would like to start by saying kudos to the dev-team building an amazing framework. It’s been really easing out the hefty process of building, testing and deploying things on aws
I’ve been trying to plug a lambda function to an existing s3 bucket which is configured for all s3:createObject:* events, I would like to know how do I re-deploy a lambda function (written in node) via the serverless framework once i’ve made some changes to it on my local machine.
Thanks