This message was deleted.
# aws
s
This message was deleted.
l
If you're using automation-api, then you can do the Pulumi stuff first and await the stack(s), then rely on the AWS SDK for bits that aren't yet within the Terraform/Pulumi SDKs...
g
Another option is to use a cloudformation stack from within your Pulumi app - e.g. https://www.pulumi.com/docs/reference/pkg/aws/cloudformation/stack/.
I've not used MediaLive so if it's relatively simple then the cloudformation option would be pretty easy to do and keep everything within Pulumi's "control".
n
The CloudFormation stack option might just do it, thanks for the idea!