package
0.0.0-20200629071412-e58ac132051d
Repository: https://github.com/seanrmurphy/go-fullstack.git
Documentation: pkg.go.dev
# Functions
HandleRequest takes a given todo, validates it and posts it to dynamodb catching any errors and returning as appropriate; in the case of success, it returns the item posted to the dbl.
Post extracts the Item JSON and writes it to DynamoDB Based on https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/go/example_code/dynamodb/create_item.go.