ifitzsimmons / DynamoDbDataMarshalling

A class that handles DynamoDB Data marshalling with recursion
0 stars 0 forks source link

Fix strings #2

Open jack-homan-deloitte opened 3 years ago

jack-homan-deloitte commented 3 years ago

https://github.com/ifitzsimmons/DynamoDbDataMarshalling/blob/1cc2b44fa4a065fce9ebaf9f2548bb7f5eb89b7e/MarshalDynamoDbItem.py#L116

f"Item key, '{top_key}' exceeds maximum nesting levels of {self.max_nesting_level}"
ifitzsimmons commented 3 years ago

@jack-homan-deloitte This makes a ton of sense, I wasn't sure if I was supposed to keep quoting consistent. I went back and forth on that.