All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update version of github.com/aws/aws-sdk-go as existing version had a vulnerability
- Scan() implemented
- ScanWithContext() implemented
- ScanPages() implemented
- ScanPagesWithContext() implemented
- QueryPages() implemented
- QueryPagesWithContext() implemented
- AddReturnPutItemOutput() to accept multiple PutItemOutputs
- AddReturnQueryOutput() to accept multiple QueryOutputs
- PutItemWithContext() implemented
- QueryWithContext() implemented
- Query() implemented
- How inputs and outputs for PutItem() work
- PutItem() implemented