aws / codecatalyst-blueprints

Apache License 2.0
48 stars 18 forks source link

feat(launch): add support for mustache #583

Closed michaellandi closed 1 week ago

michaellandi commented 1 week ago

Issue

N/A

Description

Currently, the launch blueprint only supports substitutions for action environment variables or CFn parameters. However, the need has arisen for substitutions in additional places. Rather than continuously playing catch-up with our actions, let's just support mustache substitution from launchOptions. This makes it much scalable as we move forward.

Testing

Locally against a private repository with workflow containing mustache tags.

Additional context

N/A


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

alexforsyth commented 1 week ago

Lgtm