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

Commit ed7712c

Browse files
authored
4.3 release (#1704)
1 parent 2b1f42a commit ed7712c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ enable = true
205205

206206
[params.localstack]
207207
# LocalStack specific configuration values
208-
latest_version = "4.2.0"
208+
latest_version = "4.3.0"
209209

210210
[params.localstack.cli_links]
211211
# Configure the different download links for the cli-binary-download shortcode

content/en/references/configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ This section covers configuration options that are specific to certain AWS servi
113113
| `CFN_VERBOSE_ERRORS` | `0` (default) \|`1` | Show exceptions for CloudFormation deploy errors.
114114
| `CFN_STRING_REPLACEMENT_DENY_LIST` | `""` (default) \|`https://api-1.execute-api.us-east-2.amazonaws.com/test-resource,https://api-2.execute-api.us-east-2.amazonaws.com/test-resource` | Comma-separated list of AWS URLs that should not be modified to point to Localstack. For example, when deploying a CloudFormation template we might want to leave certain resources pointing to actual AWS URLs, or even leave environment variables with URLs like that untouched.
115115

116+
### CloudFront
117+
118+
| Variable | Example Values | Description |
119+
| - | - | - |
120+
| `CLOUDFRONT_LAMBDA_EDGE` | `0` (default) \| `1` | Enable Lambda@Edge support for CloudFront distributions. |
121+
116122
### CloudWatch
117123

118124
| Variable | Example Values | Description |
@@ -177,6 +183,7 @@ This section covers configuration options that are specific to certain AWS servi
177183

178184
| Variable | Example Values | Description |
179185
| - | - | - |
186+
| `EKS_K3S_FLAGS` | | Customize the `k3s` cluster created by LocalStack to emulate EKS clusters. |
180187
| `EKS_LOADBALANCER_PORT` | `8081` (default) | Local port on which the Kubernetes load balancer is exposed on the host. |
181188
| `EKS_K3S_IMAGE_TAG` | `v1.31.5-k3s1` (default) | Custom tag of the `rancher/k3s` image used to spin up Kubernetes clusters locally. |
182189
| `EKS_K8S_PROVIDER` | `k3s` (default)\|`local` | The k8s provider which should be used to start the k8s cluster backing EKS. For more information on the providers, please see [Elastic Kubernetes Service (EKS)]({{< ref "user-guide/aws/eks" >}}) |

0 commit comments

Comments
 (0)