@@ -203,6 +203,7 @@ If you like working with ORMs, that's great, and you should definitely give thes
203203 - [ delete(key [ ,options] [ ,parameters] )] ( #deletekey-options-parameters )
204204 - [ put(item [ ,options] [ ,parameters] )] ( #putitem-options-parameters )
205205 - [ update(key [ ,options] [ ,parameters] )] ( #updatekey-options-parameters )
206+ - [ Updating an attribute] ( #updating-an-attribute )
206207 - [ Removing an attribute] ( #removing-an-attribute )
207208 - [ Adding a number to a ` number ` attribute] ( #adding-a-number-to-a-number-attribute )
208209 - [ Adding values to a ` set ` ] ( #adding-values-to-a-set )
@@ -218,6 +219,7 @@ If you like working with ORMs, that's great, and you should definitely give thes
218219 - [ Projection Expressions] ( #projection-expressions )
219220 - [ Adding Custom Parameters and Clauses] ( #adding-custom-parameters-and-clauses )
220221 - [ Additional References] ( #additional-references )
222+ - [ Sponsors] ( #sponsors )
221223 - [ Contributions and Feedback] ( #contributions-and-feedback )
222224
223225## Conventions, Motivations, and Migrations from v0.1
@@ -1174,5 +1176,10 @@ let results = await MyEntity.update(item, {}, {
11741176- [ DynamoDB, explained.] ( https://www.dynamodbguide.com/ )
11751177- [ The DynamoDB Book] ( https://www.dynamodbbook.com/ )
11761178
1179+ ## Sponsors
1180+
1181+ [ ![ New Relic] ( https://user-images.githubusercontent.com/2053544/96728664-55238700-1382-11eb-93cb-82fe7cb5e043.png )] ( https://ad.doubleclick.net/ddm/trackclk/N1116303.3950900PODSEARCH.COM/B24770737.285235234;dc_trk_aid=479074825;dc_trk_cid=139488579;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755} )
1182+ <IMG SRC =" https://ad.doubleclick.net/ddm/trackimp/N1116303.3950900PODSEARCH.COM/B24770737.285235234;dc_trk_aid=479074825;dc_trk_cid=139488579;ord=[timestamp];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755}? " BORDER =" 0 " HEIGHT =" 1 " WIDTH =" 1 " ALT =" Advertisement " >
1183+
11771184## Contributions and Feedback
11781185Contributions, ideas and bug reports are welcome and greatly appreciated. Please add [ issues] ( https://github.com/jeremydaly/dynamodb-toolbox/issues ) for suggestions and bug reports or create a pull request. You can also contact me on Twitter: [ @jeremy_daly] ( https://twitter.com/jeremy_daly ) .
0 commit comments