pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.4k stars 880 forks source link

role_arn should be roleArn in assume_role python example #1722

Open Throckmortra opened 6 days ago

Throckmortra commented 6 days ago

role_arn is incorrect, roleArn is necessary

https://github.com/pulumi/examples/blob/master/aws-py-assume-role/assume-role/__main__.py#L13