If you can edit your function code inline through the AWS Lambda console, it means that if you edit that single file (index.js or handler.js) will overwrite and replace the entire function with that one file. but if you upload the zip, there should be no problem