This message was deleted.
# getting-started
s
This message was deleted.
b
I'm assuming you're talking about our automation API to wrap Pulumi? https://www.pulumi.com/automation/ if so, you can configure the credentials using a provider: https://www.pulumi.com/docs/reference/pkg/aws/provider/#accesskey_nodejs
c
Hm. I don't know? 🙂 Not sure I understand the product distinction yet. I thought I could write some golang binary that (when provided with some credentials) it would setup my AWS for me.
Like wrapping terraform up as an API instead of DSL.
b
@careful-television-82602 you can do this with Automation API. you'd need to use the AWS SDK to set your credentials up, but then you can use the automation API to provision your infrastructure
you can see an example of a Pulumi automation API program here: https://github.com/jaxxstorm/pulumi-productionapp/blob/main/cli/main.go#L73-L86
c
How is the automation API different from the other API? I am still lacking a good overview.