EraCode practice
DynamoDB Item Size: Pick the Right Shape
AWSintermediateMulti-Part
Summary
Quick daily practice on AWS data structures: choose an efficient DynamoDB attribute type and implement a tiny helper that builds a compact DynamoDB item from a JS object.
Problem preview
### Goal Fill the single TODO to convert a plain JS object into a DynamoDB item using compact attribute values. - Strings become - Numbers become (note: DynamoDB expects numbers as strings) - Arrays …
Attempt this challenge
Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.