After exposing the lambda function as an API for your serverless application, it is also necessary to keep the API manageable through version control.
Why Versioning?
* Consistent: Versioning gives developers the ability to continuously work on the API without breaking or changing its delivered functionality by creating a separate version.