go-dynamock icon indicating copy to clipboard operation
go-dynamock copied to clipboard

"Update Item Expectation Not Found"

Open losnappas opened this issue 5 years ago • 0 comments

Hello,

please get rid of errors like this: return &dynamodb.UpdateItemOutput{}, fmt.Errorf("Update Item Expectation Not Found") and just return &dynamodb.UpdateItemOutput{}, nil, so this library can also be used for some stubbing like db, _ := dynamock.New()

losnappas avatar Jan 12 '21 16:01 losnappas