Top 5.1% dependent packages on proxy.golang.org
Top 3.6% dependent repos on proxy.golang.org
Top 1.3% forks on proxy.golang.org
proxy.golang.org : github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue
Package attributevalue provides marshaling and unmarshaling utilities to convert between Go types and Amazon DynamoDB Streams AttributeValues. These utilities allow you to marshal slices, maps, structs, and scalar values to and from the AttributeValue type. These utilities make it easier to convert between AttributeValue and Go types when working with DynamoDB resources. This package only converts between Go types and DynamoDBStreams AttributeValue. See the feature/dynamodb/attributevalue package for converting to DynamoDB AttributeValue types. The FromDynamoDBMap, FromDynamoDBList, and FromDynamoDB functions provide the conversion utilities to convert a DynamoDB AttributeValue type to a DynamoDBStreams AttributeValue type. Use these utilities when you need to convert the AttributeValue type between the two APIs. To unmarshal an AttributeValue to a Go type you can use the Unmarshal, UnmarshalList, UnmarshalMap, and UnmarshalListOfMaps functions. The List and Map functions are specialized versions of the Unmarshal function for unmarshal slices and maps of Attributevalues. The following example will unmarshal Items result from the DynamoDBStreams GetRecords operation. The items returned will be unmarshaled into the slice of the Records struct. The AttributeValue Marshal and Unmarshal functions support the `dynamodbav` struct tag by default. Additional tags can be enabled with the EncoderOptions and DecoderOptions, TagKey option. See the Marshal and Unmarshal function for information on how struct tags and fields are marshaled and unmarshaled.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue
Keywords:
aws
, aws-sdk
, go
, golang
License: Apache-2.0
Latest release: about 1 month ago
First release: over 4 years ago
Namespace: github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams
Dependent packages: 2
Dependent repositories: 2
Stars: 1,887 on GitHub
Forks: 502 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago