I'm using the Amazon API Gateway to request and put element on my DynamoDB (also from amazon). I already know how to insert simple object to one of my table but I can not figure out how to insert object which contains another object.
and this is how I'm trying to add this to my dynamodb:
}
}
Does anyone know how I have to do ? I don't have any error but my object is not insering to y dynomoDB.