Skip to content

Commit

Permalink
Add CFn env options to the Config section (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Apr 25, 2024
1 parent 173fed9 commit a15ce02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/references/configuration.md
Expand Up @@ -88,6 +88,12 @@ This section covers configuration options that are specific to certain AWS servi
| `BIGDATA_DOCKER_NETWORK` | | Network the bigdata should be connected to. The LocalStack container has to be connected to that network as well. Per default, the bigdata container will be connected to a network LocalStack is also connected to.
| `BIGDATA_DOCKER_FLAGS` | | Additional flags for the bigdata container. Same restrictions as `LAMBDA_DOCKER_FLAGS`.

### CloudFormation
| Variable | Example Values | Description |
| - | - | - |
| `CFN_PER_RESOURCE_TIMEOUT` | `300` (default) | Set the timeout to deploy each individual CloudFormation resource.
| `CFN_VERBOSE_ERRORS` | `0` (default) | Show exceptions for CloudFormation deploy errors.

### CloudWatch

| Variable | Example Values | Description |
Expand Down

0 comments on commit a15ce02

Please sign in to comment.