Hi Team, <https://www.pulumi.com/registry/package...
# python
d
Hi Team, https://www.pulumi.com/registry/packages/aws/api-docs/s3control/bucketlifecycleconfiguration/ when I try with this example, I am getting _*NameError: name 'aws_s3control_bucket' is not defined*_ Could anyone help in this regard? I am assuming here ''example' as - Lifecycle Name
Copy code
bucket=aws_s3control_bucket["example"]["arn"],   --> Bucket ARN
p
I’ve noticed that many people have problems with these AWS “examples”. They just give you an idea how to use that particular resource but it’s not a fully, working code.
If you want to find some AWS examples to get familiar with pulumi check this repo: https://github.com/pulumi/examples