Closed jramoyo closed 7 years ago
Thanks for the feedback. Can I ask what is your use case to name the field name as "prefix:key"?
We have a CRUD service built on top of DynamoDB which uses :
as a delimiter for complex attribute keys.
I created a pull request for your review: https://github.com/4ossiblellc/dynamodb-update-expression/pull/9
Merged the pull request. Thanks for reporting and fixing it.
Colons
:
are treated as special characters denoting attribute values. They should be removed when generating expression attribute names and values.Example:
Should generate the following update expression: