ibm-functions / runtime-nodejs

IBM Cloud Functions NodeJS Runtime
Other
15 stars 18 forks source link

Adds Joi as a pre-installed module (fix #261) #262

Open niightly opened 1 year ago

niightly commented 1 year ago

This PR adds the Joi Module to the pre-installed module list, this module is very helpful since it allows us to validate the parameters sent to the API before doing anything with it.

Fix #261

rbelli commented 1 year ago

I agree. Adding the Joi module would be very helpful.

falkzoll commented 1 year ago

We will have a look at this. Will come back later on.