aaronjhoffman

Results 3 issues of aaronjhoffman

Does anyone know if Vogels data mapper will support recent changes Amazon is making for ATS? Thanks, Aaron

I've been trying to add conditional validation in my schema using **joi.when** as following: ``` { id: vogels.types.uuid(), type: Joi.string().valid(['a','b']).required(), time: Joi.object().keys({ start: Joi.date().required(), end: Joi.date(), }).required().when('type', { is: 'a',...

I'm using latest version of Vogels and have **no** issues when running DynamoDB Local. Problem occurs when trying to setup on DynamoDB (in AWS) and getting the following error message:...