Skip to content

Commit d1841db

Browse files
authored
Remove old workaround for PHP Bref example (#231)
1 parent 51feeb9 commit d1841db

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lambda-php-bref-cdk-app/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ To deploy the `php-fpm` Laravel [base](https://github.com/brefphp/examples/tree/
4343
serverless deploy --stage local
4444
```
4545

46-
Start localstack with:
47-
48-
* `LAMBDA_DOCKER_FLAGS=--user nobody` until [this user permission issue](https://github.com/localstack/localstack/issues/7722) is resolved for running `fpm`.
49-
* `PROVIDER_OVERRIDE_LAMBDA=v2` until the [new Lambda provider implementation](https://github.com/localstack/localstack/pull/6724) becomes the default in LocalStack Version 2.
50-
5146
## Prerequisites
5247

5348
* LocalStack
@@ -69,7 +64,7 @@ make install
6964
7065
Make sure that LocalStack is started:
7166
```
72-
LOCALSTACK_API_KEY=... PROVIDER_OVERRIDE_LAMBDA=v2 LAMBDA_DOCKER_FLAGS="--user nobody" DEBUG=1 localstack start
67+
LOCALSTACK_API_KEY=$LOCALSTACK_API_KEY DEBUG=1 localstack start
7368
```
7469
7570
## Running

0 commit comments

Comments
 (0)