is there a way to version from another version copy in AWS Lambda instead of creating new function or versioning from unqualified latest ?
Say we have versions like Version1, Version2, Version3, Version4 etc and latest is Version4
Now we need to user Version2 and have to create a new version on top of it like Version2_1
Thanks in advance