Versions in this module Expand all Collapse all v0 v0.2.0 Oct 29, 2019 Changes in this version type Item + UpdatedAt time.Time v0.1.0 Oct 24, 2019 Changes in this version + type Item struct + Key string + Value string + type Store struct + func NewStore(name string, table string, cfgs ...*aws.Config) *Store + func (s *Store) Delete(key string) error + func (s *Store) Get(key string) (value []byte, err error) + func (s *Store) Name() string + func (s *Store) Put(key string, value []byte) error