const tableChannels … func StoreDynamoChannelRecord(ctx context.Context, m map[string]types.AttributeValue) (err error) { … } func GetDynamoChannelRecord(ctx context.Context, channelid string, guildid string) (item map[string]types.AttributeValue, err error) { … }