awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.63k stars 5.65k forks source link

[BUG] https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javascriptv3/example_code/dynamodb/src/ddb_getitem.js#L13 #3088

Open jcollum-nutrien opened 2 years ago

jcollum-nutrien commented 2 years ago

What is the issue?

The annotations don't match the code. KEY_NAME_VALUE doesn't exist in the code. Also there's no discussion of what to do with the N key, should that be changed or left as N?

scmacdon commented 2 years ago

This is a JavaScript issue - not Java