There is a recent update made in the UI of AWS Lambda Function console and the Download Deployment Package button that use to download the function code as .zip is now missing.
Previously, under Action Button --> Export function use to give two option either download the AWS SAM file or Download Deployment Package.
The console update only allows to download the AWS SAM file.
Is this feature removed from console or I'm i missing something?
The button "Download function" download both AWS SAM yaml file and code base as .zip file.
Make sure your browser allows multiple file download option. If its blocked only the SAM yaml file will be downloaded.
Example : Google Chrome browser
Also Contacted AWS Technical Support, confirmed the same.