This message was deleted.
# general
s
This message was deleted.
w
I believe you cannot do this with
cloud.Table
- but since you are relying on AWS explicitly here anyway, you can just use
new aws.dynamodb.Table()
to get full flexibility. Note that you will then need to use
aws.sdk.dynamodb.DocumentClient
to operate on the table, but this will again give you full flexibility with DynamoDB. Here’s a good example of this: https://github.com/pulumi/examples/blob/master/aws-ts-apigateway/index.ts