We are planning on using Pulumi (python) in an AWS...
# aws
f
We are planning on using Pulumi (python) in an AWS Lambda function with a custom Lambda image so that we can install the Pulumi CLI on it and run it completely locally. We are looking at using an s3 bucket to store the Pulumi state. Does Pulumi (
pulumi login
) support using the Lambda execution IAM role to authenticate 'seamlessly' to the s3 bucket where the state is stored?
👀 1