I think you would need to use Automation API to accomplish this, and since that still depends on the Pulumi CLI you'll probably need to use a Lambda container for your function that has the CLI installed
🙌 1
bored-oyster-3147
07/12/2022, 7:40 PM
But it should be doable now
bored-oyster-3147
07/12/2022, 9:23 PM
Something that occurs to me, serverless functions tend to have moderate to strict timeout constraints so you'll want to make sure that isn't an issue
m
microscopic-postman-4756
07/13/2022, 12:53 AM
ooh, good point
microscopic-postman-4756
07/13/2022, 12:53 AM
Thank you for this and the pointer to automation API