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
When ssm is used as a filter, it doesn't order its arguments correctly (namely {{ parameter | ssm options}} becomes {{ ssm options parameter }} instead of {{ ssm parameter options}}.
Chaining filters is a nice templating feature that we've used for other things (quoting, manipulation) and it would be nice to be able to use it consistently.