We used to require the Azure Service Connection -- a way to provide credentials to Azure securely, which prohibits users from running Pulumi apps that target other cloud providers. This PR adds the ability to specify AWS credentials via env vars and makes the Azure Service Connection optional.
Fixes #21.
We used to require the Azure Service Connection -- a way to provide credentials to Azure securely, which prohibits users from running Pulumi apps that target other cloud providers. This PR adds the ability to specify AWS credentials via env vars and makes the Azure Service Connection optional.