aws-lambda-go vs aws go sdk data types
Open
duplicate
enhancement
type/events
type/ux
- Dominant language
- Go
- Stars
- 3.8k
- Forks
- 578
- Avg merge
- 8h 18m
- Merged PRs (30d)
- 1
Description
Is there an easy/recommended way to convert between an aws-lambda-go data type (e.g. `map[string]events.DynamoDBAttributeValue`) and the equivalent AWS SDK data type (e.g. `map[string]dynamodb.AttributeValue`)? Seems like there's a sort of parallel duplication going on, and I'd like to be consistent in my usage.
Thanks!
https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/dynamodbattribute/
Contributor guide
Assessment
This issue has not been assessed yet.