This message was deleted.
# general
s
This message was deleted.
w
No - but using
new aws.sdk.DynamoDB.DocumentClient()
gives access to the full dynamo API, which is only a little bit lower level, and much more flexible. See for example: https://github.com/pulumi/examples/blob/b853d2d423176ca026cf7d0bca1c90f14b2f36c4/aws-ts-apigateway/index.ts
e
Thanks! I tried searching for an example like this but couldn't find. Would be great if there was a separate example for interacting with dynamodb like this.
👍🏽 1