Closed
Description
Summary
Sometimes, due to bugs in our workflows or transitive errors, the versions of our Lambda Layers across all regions loose synchrony. This means some regions will have version n, while other versions have version n+-1.
Why is this needed?
We want Powertools' releases to use the same layer version across all regions, as this helps with customer adoption and it's easy to document.
Which area does this relate to?
Automation
Solution
We want to create some tool or mechanism to automatically bump versions across all layers to the greatest common denominator.
Acknowledgment
- This request meets Lambda Powertools Tenets
- Should this be considered in other Lambda Powertools languages? i.e. Java, TypeScript