up.json
Up configuration file
| Type | object |
|---|---|
| File match |
up.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/up-json/latest.json |
| Source | https://www.schemastore.org/up.json |
Validate with Lintel
npx @lintel/lintel check
Properties
A machine-friendly project name.
An optional project description.
The type of project.
AWS credentials profile name, these are stored in ~/.aws/credentials.
List of target AWS regions for deployment.
5 nested properties
Enable S3 acceleration for faster uploads via the CloudFront CDN.
Active warming mitigates cold starts when enabled.
Active warming sends requests to your application at this interval.
Number of concurrent containers to warm.
Lambda memory size.
3 nested properties
1 nested properties
Domain hostname for the stage.
1 nested properties
Domain hostname for the stage.
1 nested properties
Domain hostname for the stage.
6 nested properties
Hook command(s) to run.
Hook command(s) to run.
Hook command(s) to run.
Hook command(s) to run.
Hook command(s) to run.
Hook command(s) to run.
2 nested properties
Path to directory from which assets are served.
Optional URL path prefix.
5 nested properties
Command run to start your application.
Timeout in seconds per request.
Timeout in seconds Up will wait for your app to boot and listen on PORT.
Timeout in seconds Up will wait after sending a SIGINT to your server, before sending a SIGKILL.
5 nested properties
Minimum time in milliseconds before retrying.
Maximum time in milliseconds before retrying.
Factor applied to each attempt.
Attempts made before failing.
Apply jitter.
3 nested properties
Disable default error pages.
Path to directory from which error pages are served.
2 nested properties
Support email for contact link.
Theme color.
7 nested properties
Enable Cross-Origin Resource Sharing.
A number indicating how long (in seconds) the results of a preflight request can be cached.
A boolean indicating whether the request can include user credentials such as cookies, HTTP authentication or client side SSL certificates. Defaults to true.