Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 2c04b0f

Browse files
runtime and layer need to be the same
1 parent 5a4cdbc commit 2c04b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

0.3-Replacing-The-HTTP-Web-Server-For-Traditional-PHP-Frameworks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Install [Bref](https://github.com/brefphp/bref) using either composer or docker;
3939
1. Composer:
4040

4141
```bash
42-
composer require bref/bref
42+
composer update
4343
```
4444

4545
2. Docker:

0.3-Replacing-The-HTTP-Web-Server-For-Traditional-PHP-Frameworks/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Resources:
5454
Properties:
5555
Description: Lambda function to hosts entire application codebase
5656
CodeUri: .
57-
Runtime: provided
57+
Runtime: provided.al2 # the layer and runtime need to be the same
5858
Handler: index.php
5959
MemorySize: 1024
6060
Timeout: 30

0 commit comments

Comments
 (0)