index

command
v0.0.0-...-8c01174 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

README

Notes

For this you need to add ExpressionAttributeNames because Status is a reserved word.

table.update_item(

  Key={
    'id': item_id
  },
  UpdateExpression='SET #ts = :val1',
  ExpressionAttributeValues={
    ":val1": new_timestamp
  },

  ExpressionAttributeNames={
    "#ts": "timestamp"
  }
)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL