Hello, Question: i have my pulumi state file store...
# aws
s
Hello, Question: i have my pulumi state file stored in my own created S3 bucket but i want to enable the Dynamo db for state locking which i am not able to... Can anyone help me by providing any resources for achieving state locking via Dynamdb?
b
Pulumi doesn’t use dynamodb for state locking, it uses the object level locking
s
Thanks