[build-utils] Rename Lambda experimentalResponseStreaming prop to supportsResponseStreaming (#9721)

This commit is contained in:
Nathan Rajlich
2023-03-29 12:11:09 -07:00
committed by GitHub
parent 70c8b32cf0
commit 509926545e
5 changed files with 27 additions and 8 deletions

View File

@@ -522,7 +522,7 @@ async function createRenderNodeFunction(
shouldAddHelpers: false,
shouldAddSourcemapSupport: false,
operationType: 'SSR',
experimentalResponseStreaming: true,
supportsResponseStreaming: true,
regions: config.regions,
memory: config.memory,
maxDuration: config.maxDuration,