You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.