dotmh / dyn-o-might

A Light weight wrapper for Dynamo DB functions.
Apache License 2.0
1 stars 0 forks source link

Add post method #10

Closed dotmh closed 5 years ago

dotmh commented 5 years ago

Add a new method that allows you to create a record without needing to manage the UUID manually.

Method name would need to be decided ether post or create.

dotmh commented 5 years ago

Should this be implemented in here or in the library using it? Creating it in here will end up creating a UUID based system which the library consuming dynomight may not want.

dotmh commented 5 years ago

Decided this should be done in the consuming app