You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@ The basics of using [SAM Cli][1] for AWS Lambda PHP applications.
5
5
## Deploy
6
6
1. Install SAM Cli by following the [Quick Start][2]
7
7
2. Set up your [AWS credentials][3]
8
-
3. Create php binary by following steps in [`doc/create_php_binary.md`][4] or use [Php 7.3.1][5] or just put the yml this projects ARN 'arn:aws:lambda:eu-central-1:303814004728:layer:aws-lambda-layer-php-7-3-1:6'
8
+
3. Select one under the options
9
+
1. Create php binary by following steps in [`doc/create_php_binary.md`][4]
10
+
2. Use prebuilt [Php 7.3.1][5]
11
+
3. Just put the yml this projects ARN `arn:aws:lambda:eu-central-1:303814004728:layer:aws-lambda-layer-php-7-3-1:3`
9
12
4. Write your serverless application (!) - the default is in `src/handlers/hello.php`
0 commit comments