Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 5384bfa

Browse files
committed
docs: add documentation for new deploy input
1 parent 19e9a69 commit 5384bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ The fourth cache behaviour handles next API requests `api/*`.
430430
| useServerlessTraceTarget | `boolean` | `false` | Use the experimental-serverless-trace target to build your next app. This is the same build target that Vercel Now uses. See this [RFC](https://github.com/vercel/next.js/pull/8246) for details. |
431431
| logLambdaExecutionTimes | `boolean` | `false` | Logs to CloudWatch the default handler performance metrics. |
432432
| minifyHandlers | `boolean` | `false` | Use minified handlers to reduce code size. |
433+
| deploy | `boolean` | `true` | Whether to deploy resources to AWS. Useful if you just need the Lambdas and assets but want to deploy them yourself (available in latest alpha). |
433434

434435
Custom inputs can be configured like this:
435436

0 commit comments

Comments
 (0)