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
Previously the plugin constructed ARNs assuming that they will all be in
`arn:aws:...`, which would cause failures when deploying to an alternate
AWS partition.
This changes the plugin to use the AWS::Partition pseudo-parameter to
ensure that the local partition value is used.
0 commit comments