We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node:
1 parent fe8dd54 commit 0935c16Copy full SHA for 0935c16
README.md
@@ -127,8 +127,8 @@ await app.ready() // needs to be placed after awsLambdaFastify call because of t
127
128
```js
129
import awsLambdaFastify from '@fastify/aws-lambda'
130
-import { promisify } from 'util'
131
-import stream from 'stream'
+import { promisify } from 'node:util'
+import stream from 'node:stream'
132
import app from './app.js'
133
134
const pipeline = promisify(stream.pipeline)
0 commit comments