fsprojects / FSharp.AWS.DynamoDB

F# wrapper API for AWS DynamoDB
MIT License
58 stars 18 forks source link

Invalid record field name starting with underscore #29

Closed Rajivhost closed 3 years ago

Rajivhost commented 3 years ago

Hi all,

Having such a table below:

image

and try to update a field from my code with Item having:

image

I got error:

image

I think, the CustomNameAttribute need to support such cases

Rajivhost commented 3 years ago

This regex need to be updated and this need to be take in count.

Rajivhost commented 3 years ago

Using normal Amazon.DynamoDBv2 lib, I succeed

image

image

samritchie commented 3 years ago

Fixed in #33, thanks for reporting!