golang-notetaker

command module
v0.0.0-...-e452e83 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2020 License: MIT Imports: 9 Imported by: 0

README

https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/dynamo-example-read-table-item.html

Create DynamoDB Table

  • Name: Project-NoteTaker-Test
  • Partition Key: NoteID (String)
  • Secondary Index (GSI):
    • UserID (String)
    • LastModifiedDate (String)
  • Primary:
    • RCU=5
    • WCU=5
  • Secondary
    • RCU=5
    • WCU=1
  • Other Attributes
    • CreationDate (String)
    • NoteID (String)
    • Content (String)
    • Views (Number)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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