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
fix: fix permissions issue with lambda ARN strings
- This fixes an issue when a lambda ARN string is used in a Task and it
has an alias
- Previously permissions would be created with alias wildcard appended
to the string that already had an alias, creating an invalid ARN
- This change strips off the alias if it already exists so the
permission generation works correctly
0 commit comments