Skip to content

Commit fb479c1

Browse files
authored
fix lambda layer documentation (#1293)
1 parent c63d1eb commit fb479c1

File tree

1 file changed

+1
-2
lines changed
  • content/en/user-guide/aws/lambda

1 file changed

+1
-2
lines changed

content/en/user-guide/aws/lambda/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ You can [configure]({{< ref "configuration" >}}) `EVENT_RULE_ENGINE=java` (previ
124124

125125
## Lambda Layers (Pro)
126126

127-
[Lambda layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) lets you include additional code and dependencies in your Lambda functions. LocalStack Pro image allows you to deploy Lambda Layers locally to streamline your development and testing process.
128-
However, the layers are not applied when invoking a Lambda function.
127+
[Lambda layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) let you include additional code and dependencies in your Lambda functions. The LocalStack Pro image allows you to deploy Lambda Layers locally to streamline your development and testing process. The Community image also allows creating, updating, and deleting Lambda Layers, but they are not applied when invoking a Lambda function.
129128

130129
### Creating and using a Lambda Layer Locally
131130

0 commit comments

Comments
 (0)