1 Answers
0
Accepted Answer
I was given the answer.
I needed to use
'B' => hex2bin('ed634d...'),
answered 13 days ago
Relevant questions
How to use Amplify Datastore to sync with data from DynamoDB and seed DynamoDB from a Lamba
asked 7 months agodynamodb putitem is successful, but there is no some data missing
asked 3 months agoIs it possible to use Protocol Buffers with DynamoDB.
asked 7 months agoHow to create Binary attribute value in aws-sdk-php for dynamodb putItem
Accepted Answerasked 14 days agoStep function putItem DynamoDB
asked 6 months agoDMS Support for mapping rules - dynamodb-map data type
asked a month agoBinary uploads to API Gateway Proxy with Lambda Integration
Accepted Answerasked 6 years agoIt does not insert all my requests into a DynamoDB table.
Accepted Answerasked 7 months agoHow do I use a schema fields default value in a template?
asked 3 years agoDynamoDB Upsert with condition on numeric attribute
asked 6 months ago
What exception are you getting?
I was given the answer. I needed to use
'B' => hex2bin('ed634d...'),
@Leeroy Hannigan I wasn't actually getting an exception. However, another script that needed that value was choking on it.
I've posted the solution as an answer below.