Skip to content

Commit df96c7e

Browse files
committed
QA: Bump versions [skip ci]
1 parent 1a1195f commit df96c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ To run your lambda locally, use the following:
128128

129129
```bash
130130
$ xp lambda run Greet '{"name":"Timm"}'
131-
Hello Timm from PHP 8.2.7 via Greet @ test-local-1
131+
Hello Timm from PHP 8.2.11 via Greet @ test-local-1
132132
```
133133

134134
*This does not provide a complete lambda environment, and does not have any execution limits imposed on it! To detect this programmatically, use `$this->environment->local()`, which will return true.*
@@ -142,7 +142,7 @@ $ xp lambda test Greet '{"name":"Timm"}'
142142
START RequestId: 9ff45cda-df9b-1b8c-c21b-5fe27c8f2d24 Version: $LATEST
143143
END RequestId: 9ff45cda-df9b-1b8c-c21b-5fe27c8f2d24
144144
REPORT RequestId: 9ff45cda-df9b-1b8c-c21b-5fe27c8f2d24 Init Duration: 922.19 ms...
145-
"Hello Timm from PHP 8.2.7 via test @ us-east-1"
145+
"Hello Timm from PHP 8.2.11 via test @ us-east-1"
146146
```
147147

148148
*This functionality is provided by the [AWS Lambda base images for custom runtimes](https://gallery.ecr.aws/lambda/provided). Although this also runs on your machine, `$this->environment->local()` will return false.*

0 commit comments

Comments
 (0)