This message was deleted.
# aws
s
This message was deleted.
g
It's possible the Console is doing some work for you that you will need to explicitly define in your Pulumi app. When trying to replicate a solution from AWS I typically look for the related AWS documentation that shows how to achieve something via the API and that's easier to replicate to Pulumi. If you can share the AWS doc link that describes what you're doing, I can try to point you in the right direction in Pulumi's docs.
g
Looking at that I suspect the console is doing what's described at https://docs.aws.amazon.com/secretsmanager/latest/userguide/enable-rotation-rds.html on your behalf. The "Creating a Lambda rotation function using an AWS Serverless Application Repository template" section on that page describes a Cloudformation stack that does the same thing which could be replicated in Pulumi.
b
ok, yeah, thanks!