Registry / cloud / aws-aws-sdk-go-v2-feature-dynamodb-expression

aws-aws-sdk-go-v2-feature-dynamodb-expression

JSON →
library1.8.48gogounverified

Package expression provides types and functions to create Amazon DynamoDB Expression strings, ExpressionAttributeNames maps, and ExpressionAttributeValues maps.

go get github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-feature-dynamodb-expression
cloudgov1.8.48
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

expression
github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression

Builds a DynamoDB filter expression.

package main import ( "fmt" "github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression" ) func main() { filt := expression.Name("Age").GreaterThan(expression.Value(21)) expr, _ := expression.NewBuilder().WithFilter(filt).Build() fmt.Println(expr.Filter()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.48latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
aws-aws-sdk-go-v2-feature-dynamodb-expression — go get aws-aws-sdk-go-v2-feature-dynamodb-expression · libregistry