functions
functions copied to clipboard
AWS Lambda Node runtime helpers for Architect apps
**Describe the issue** The type definitions for tables()._db and tables()._doc are wrong if the application is using the nodejs18.x AWS Lambda runtime. The types should come from the AWS SDK...
**Describe the issue** When publishing a payload via SNS (and probably SQS too) that is too large, the response should provide a better warning/message. Instead a TypeError is thrown because...
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.
Returning `unknown` from `events.subscribe`, as the types do today, sucks if you're writing tests: This PR attempts to address this by tweaking the return type of `subscribe`, which is conditional...
I recently upgraded an app using @architect/functions from ^3.14.1 to ^8.1.6 and ran into an error parsing the body from some client requests. It turned out that there was some...