Is there a way with Pulumi to export dynamodb tabl...
# aws
s
Is there a way with Pulumi to export dynamodb tables to s3 (similar to the aws CLI method
aws dynamodb export-table-to-point-in-time
) ?
b
not at this time, it's not a desired state mechanism
s
to set up auto-backups on dynamo to s3?
seems like it's a property in AWS CLI, though?
b
not everything in the AWS CLI is mapped to a pulumi SDK operation
s
🙂
#goodFirstIssue?
😀 1
b
there's an API call to export a table, but it might not have a desired state endpoint
s
ahh
b
export table to point in time might not necessarily have an end state to track
also: the pulumi aws provider currently tracks the upstream terraform provider
s
hmm, def. good things for me to keep in mind for 1) what to use Pulumi for and 2) what to expect Pulumi to support... as, always, thanks, @billowy-army-68599!
b
Hi, I guess the same is true for RDS snapshot export to S3?