Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit 76a2d02

Browse files
committed
Release PHP 7.1 layer version 4
1 parent 42a7d10 commit 76a2d02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ This is an early iteration of the PHP runtime Layer which is not yet ready for p
99
## Current Layer Version ARN
1010
When creating/updating a Lambda function you must specify a specific version of the layer. This readme will be kept up to date with the latest version available. The latest available Lambda Layer Version ARN is:
1111

12-
**arn:aws:lambda:\<region\>:887080169480:layer:php71:3**
12+
**arn:aws:lambda:\<region\>:887080169480:layer:php71:4**
13+
14+
See [Releases](https://github.com/stackery/php-lambda-layer/releases) for release notes.
1315

1416
### Usage
1517
#### General Usage
@@ -92,7 +94,7 @@ Resources:
9294
Timeout: 30
9395
Tracing: Active
9496
Layers:
95-
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php71:3
97+
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php71:4
9698
Events:
9799
api:
98100
Type: Api

0 commit comments

Comments
 (0)