Katrine Vivianne "KV" Redding
Results
2
issues of
Katrine Vivianne "KV" Redding
### Describe the feature Currently there's no API to add an S3 bucket to a backup resource. We can do it for DynamoDB such as ``` BackupResource.fromDynamoDbTable(table) ``` I'd like...
p2
feature-request
needs-discussion
@aws-cdk/aws-backup
Hey what's the reason this tool must be invoked as a standalone script??? I see there's a `make_request` method but if I do ``` import awscurl awscurl.make_request(...) ``` will throw...