Hi,
I’m using nodejs 6.10 on AWS lambda.
In my yaml file under functions I specify a package artifact so that my custom zip file is used to load the executable code to lambda.
Ive just tried upgrading to v1.18. When I attempted to “serverless deploy” it now ignores my artifact tag and searches for a zip file named by the service tag in the yaml file. Did something change in this version?
Reverting back to serverless 1.16 and testing with 1.17 i can see the behaviour I expect with my custom zip specified by the artifac tag being used for deployment.
Cheers
Seth