Description:
I've integrated the sam cli into our automated builds in Jenkins. Everything seemingly works nicely, aside from sam package --template-file serverless.template --s3-bucket example-bucket --output-template-file serverless-output.yml does not append '.zip' to the uploaded artifact. I believe this is causing our lambda functions to throw internal server errors. When we 'publish' the project through Visual Studio, a readable filename is created with the .zip extension.
Steps to reproduce the issue:
sam package with appropriate optionsObserved result:
A zip file with a uuid-like filename without .zip extension
Expected result:
A configurable filename uploaded with the .zip extension
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Windows Server 2016 and/or Windows Server 2012 R2
Output of sam --version:
SAM CLI, version 0.4.0
Anybody here? Do I need to add more info?
did you ever solve this? I am having the same issue.
I also encountered this issue. And this issue is closed? why?
Would love info on this, strange that it hasn't been fixed!
Most helpful comment
did you ever solve this? I am having the same issue.