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
Currently we allow AWS to choose our resource names, which results in the important parts getting truncated (e.g. /aws/lambda/hyp3-edc-uat-StepFunction-5SOHFR3GE0C5-Star-Lambda-T9NZ3rANvwBQ where StartExecutionManager gets truncated to Star). We should specify our own names to avoid truncation. This will require generating our own hashes in the Jinja templates to ensure unique resource names.
The text was updated successfully, but these errors were encountered:
Jira: https://asfdaac.atlassian.net/browse/TOOL-2044
Currently we allow AWS to choose our resource names, which results in the important parts getting truncated (e.g.
/aws/lambda/hyp3-edc-uat-StepFunction-5SOHFR3GE0C5-Star-Lambda-T9NZ3rANvwBQ
whereStartExecutionManager
gets truncated toStar
). We should specify our own names to avoid truncation. This will require generating our own hashes in the Jinja templates to ensure unique resource names.The text was updated successfully, but these errors were encountered: