Skip to content

Commit 128ed23

Browse files
committed
Release layer version 5
1 parent c081de0 commit 128ed23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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:4**
12+
**arn:aws:lambda:\<region\>:887080169480:layer:php71:5**
1313

1414
See [Releases](https://github.com/stackery/php-lambda-layer/releases) for release notes.
1515

@@ -101,7 +101,7 @@ Resources:
101101
Timeout: 30
102102
Tracing: Active
103103
Layers:
104-
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php71:4
104+
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php71:5
105105
Events:
106106
api:
107107
Type: Api

0 commit comments

Comments
 (0)