Skip to content

Commit b977391

Browse files
committed
# Conflicts: # README.MD
2 parents ba1ce93 + a993390 commit b977391

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.MD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ The basics of using [SAM Cli][1] for AWS Lambda PHP applications.
55
## Deploy
66
1. Install SAM Cli by following the [Quick Start][2]
77
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`
912
4. Write your serverless application (!) - the default is in `src/handlers/hello.php`
1013
5. Run `./deploy.sh` to deploy to Lambda
1114

0 commit comments

Comments
 (0)