You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, currently I'm working on a monorepo and would like to get an EntityItem type to be exported. The reason is, when I create an Entity, I pass in DynamoDBClient.
But, I don't know if creating the client every time I want to use a type is a good idea. Is there a way to create it from a schema? Or is creating a DynamoDB client not a big deal?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, currently I'm working on a monorepo and would like to get an EntityItem type to be exported. The reason is, when I create an Entity, I pass in
DynamoDBClient
.But, I don't know if creating the client every time I want to use a type is a good idea. Is there a way to create it from a schema? Or is creating a DynamoDB client not a big deal?
Beta Was this translation helpful? Give feedback.
All reactions