Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /