Skip to content

ListExports

Source: src/AWS/DynamoDB/ListExports.ts

Runtime binding for dynamodb:ListExports.

Bind this operation to a Table inside a function runtime to get a callable that lists the bound table’s S3 exports, automatically injecting the table ARN. Provide the ListExportsHttp layer on the Function to satisfy the binding.

const listExports = yield* AWS.DynamoDB.ListExports(table);
const response = yield* listExports();
const exports = response.ExportSummaries;