Skip to content

Release v1.0.3 - 2016-12-19

Choose a tag to compare

@awood45 awood45 released this 19 Dec 21:03
· 254 commits to main since this release

References: #38, #46, #49

  • Feature - Aws::Record::ItemOperations - Adds the find_with_opts class method
    to model instances, which allows users to pass in both the key (as in find)
    and parameters which are to be passed through to the underlying
    Aws::DynamoDB::Client#get_item call.