Skip to content

Commit

Permalink
Merge branch 'MartinRamm-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Mar 26, 2024
2 parents b049bc2 + 6f03a03 commit b1212b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/docs/en/reference/runtime-helpers/node.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ client._doc // AWS.DynamoDB.DocumentClient
- `name(tablename)`
- Helper method that accepts a logical table name string, and returns a physical AWS resource name. Helpful for when you need to go lower level.
- For example use `client.name('my-table')` to get the human-unfriendly AWS name of the `my-table` `@tables` resource
- `reflect([callback]) → [Promise]`
- `reflect() → [object]`
- Returns a dictionary of table names with logical ids

```arc
Expand Down

0 comments on commit b1212b2

Please sign in to comment.