architect / functions

AWS Lambda Node runtime helpers for Architect apps
https://arc.codes
163 stars 38 forks source link

Mark `scan()` and `scanAll()` parameters as optional #564

Open sjorsrijsdam opened 1 month ago

sjorsrijsdam commented 1 month ago

The documentation for the scan() and scanAll() methods (https://arc.codes/docs/en/reference/runtime-helpers/node.js#instance-methods) say that the parameters are optional. However, this isn't reflected in the type definitions. This PR fixes that.