awspilot / dynamodb-oop

Speak fluent DynamoDB, write code with fashion, I Promise() 😃
https://awspilot.dev
MIT License
119 stars 28 forks source link

added array (list-type 'L') support #1

Closed kangho99 closed 9 years ago

kangho99 commented 9 years ago

I added list type ('L') support for my use, using the copy of code for object ('M') type handling.

I tested it on my test application and I have not yet found any errors.

If there's any problem let me know, i'll look into it.

\ sorry I found some problems I missed. I'll come back after fix