enough-leather-70274
04/21/2021, 3:33 AMred-match-15116
04/21/2021, 3:39 AMStack
for now.enough-leather-70274
04/21/2021, 3:40 AMred-match-15116
04/21/2021, 3:42 AM(also another thing - your go docs still say automation is in alpha, which is why we’ve steered clear of it so far... but I guess that needs an update!)Thanks for the callout, yeah we need to do a sweep and update those docs
enough-leather-70274
04/21/2021, 3:45 AMFor database migration specifically: https://github.com/pulumi/automation-api-examples/tree/main/python/database_migrationHah, yeah that's the type of thing, tho our db infra is totally isolated, so no way to run them from public-facing CI. Need to invoke a migration lambda via boto basically. Still, it's the bit about wrapping the logic in our current
__main__.py
and associated components that I'm interested inred-match-15116
04/21/2021, 3:48 AMStill, it’s the bit about wrapping the logic in our currentYou can take a look at the local program example to see how you can deploy/invoke a pre-existing CLI-driven python pulumi program, and then add on the bit that does the migration… does that align more?and associated components that I’m interested in__main__.py
enough-leather-70274
04/21/2021, 3:50 AMred-match-15116
04/21/2021, 5:13 AMenough-leather-70274
04/21/2021, 9:45 PMred-match-15116
04/21/2021, 11:11 PM