serverless-components / express

⚡ Take existing Express.js apps and host them easily on cheap, auto-scaling, serverless infrastructure (AWS Lambda and AWS HTTP API).
https://serverless.com/components
Apache License 2.0
375 stars 34 forks source link

Support versionFunctions flag #78

Open robertgoacher opened 2 years ago

robertgoacher commented 2 years ago

It doesn't look like the Express component supports the Serverless Framework versionFunctions flag (nor is it supported by plugins such as the serverless-prune-plugin) and so my Lambda console is filling up with necessary old versions of the code.

Can you add support for this so I can set it to FALSE and turn off versions?