Skip to content

aws-lambda-go vs aws go sdk data types #191

Open
@soynog

Description

@soynog

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/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions