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

Commit 41eb94b

Browse files
committed
Release layer version 7
1 parent 40472ac commit 41eb94b

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:6**
12+
**arn:aws:lambda:\<region\>:887080169480:layer:php71:7**
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:6
104+
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php71:7
105105
Events:
106106
api:
107107
Type: Api

0 commit comments

Comments
 (0)