sparse-intern-71089
06/26/2019, 11:37 PMwhite-balloon-205
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