//
pkg.gl
Category
github.com/trainking/goboot
pkg
dynamodbx
package
0.1.6
Repository:
https://github.com/trainking/goboot.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
16 SLOC
#
Functions
GetClient
GetClient 获取daynamoDB的客户端实例; 必须在环境变量中设置: - AWS_ACCESS_KEY_ID - AWS_SECRET_ACCESS_KEY - AWS_REGION.
#
Constants
BatchWriteMax
BatchWriteMax 批量写入项目数量限制,以此为限,批量写入改为并行写入.