joi module
Hi, there is a method for not using joi module? It require a nodejs version up to v4.0 and I have to use this code from a aws lambda function that use v0.10.36 .
So if I can not use vogels without joi I can't use it on an aws enviroment, seems a big limitation..
I can confirm this issue. if you revert the Joi to an older version, around version 6x, then it works on lambda.
Vogels is quite slow to startup, so that increases the lambda costs quite a bit - personally I'm just using the raw DynamoDoc client (in the sdk) for my lambda functions.
Ok, I'll try to downgrade Joi. I really interesting to this project, DynamoDoc client is not friendly as Vogels, I will continue to watch this project hoping to completely replace dynamodoc and use ORM feature.
Tank's.
Now that AWS Lambda supports node 4.3.x, does it make sense to update Joi to version 8.0.x?
The reason for the slow startup on lambda has less to do with Joi but rather the aws-sdk (2-3x the load time of Joi)
I've just upgraded https://www.npmjs.com/package/dynogels to use Joi v8