What is the best way to track and increment the versions of serverless framework based projects

0

What is the best way to track and increment the versions of serverless framework-based projects independently?

1 Answer
0

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: https://github.com/simrankadept/serverless-ssm-version-tracker

NPM package:

https://www.npmjs.com/package/serverless-ssm-version-tracker

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

Hope this helps.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions