Documentation ¶
Index ¶
Constants ¶
View Source
const SizeLimitInBytes = 400_000 // 400 KB
Variables ¶
This section is empty.
Functions ¶
func MapSizeInBytes ¶
func MapSizeInBytes(m map[string]types.AttributeValue) (int, error)
MapSizeInBytes returns the size of a map of AttributeValue in bytes.
func StructSizeInBytes ¶
StructSizeInBytes returns the size of a struct in bytes. It is a convenience function as an alternative to first calling attributevalue.MarshalMap and then MapSizeInBytes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.