This message was deleted.
# getting-started
s
This message was deleted.
s
It sounds like there are a couple of different parts here. First, you’ll need to write Pulumi programs (in whatever language you prefer) to actually provision AWS resources (EC2 instances, Lambda functions, etc.). Second, you’ll want to look at the Pulumi Automation API to look at orchestrating/automating the use of the Pulumi programs that actually provision resources. Automation API would allow you to write a generic program that puts an API in front of Pulumi, for example. I hope this helps get you started on your testing!
👍 1
👀 1