Microservice version tracking with the serverless framework

I’d been looking for a way to track the version of each serverless microservice individually. Here’s a plugin I wrote using some references: GitHub - simrankadept/serverless-ssm-version-tracker: Config files for my GitHub profile.

NPM package:

The version format supported is YYYY.MM.DD.REVISION

Hope this helps.