functions icon indicating copy to clipboard operation
functions copied to clipboard

JavaScript and TypeScript utilities for Netlify Functions.

Results 28 functions issues
Sort by recently updated
recently updated
newest added
trafficstars

We only support nodejs12.x lambda runtime as of 31. March 2023, so we can probably already release a new major and drop node 12 and lower.

type: feature

**Describe the bug** I was in the middle of implementing Netlify Identity using Functions and after pushing the code below, I was a bit concerned to see it broke the...

type: bug

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) to 21.1.1 and updates ancestor dependency [ava](https://github.com/avajs/ava). These dependencies need to be updated together. Updates `yargs-parser` from 10.1.0 to 21.1.1 Release notes Sourced from yargs-parser's releases. yargs-parser: v21.1.1...

dependencies

Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [ava](https://github.com/avajs/ava). These dependencies need to be updated together. Removes `got` Updates `ava` from 2.4.0 to 5.2.0 Release notes Sourced from...

dependencies

Removes [trim-newlines](https://github.com/sindresorhus/trim-newlines). It's no longer used after updating ancestor dependency [ava](https://github.com/avajs/ava). These dependencies need to be updated together. Removes `trim-newlines` Updates `ava` from 2.4.0 to 5.2.0 Release notes Sourced from...

dependencies

I get this error. But I want to uninstall emails plugin which is causing the error. How can I fix this? Im on latest netlify functions 1.4.0 ``` $ netlify...

type: bug

Hello. So I'm using scheduled functions and along with the dev env/mode it's working fine, I can serve it and invoke it. But as long I'm putting this to the...

type: bug

**Which problem is this pull request solving?** Contentful and sanity are missing in autocomplete in the return value of `getSecrets` **Describe the solution you've chosen** Adds `sanity` and `contentful` to...

type: feature