I am testing a script by uploading a zip file on-to AWS Lambda.
This function contains external libraries. Uploading a new file will override these l
If your script has node modules installed from npm, this just means that uploading will overwrite those node modules with whatever is in your new zip file.
It's only telling you whatever you had before will be overwritten.