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

Commit d6f41bd

Browse files
committed
Release new layer versions
7.3: 2 7.1: 9
1 parent 88e106a commit d6f41bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +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 ARNs for PHP 7.3 and 7.1 are:
1111

12-
**arn:aws:lambda:\<region\>:887080169480:layer:php73:1**
13-
<br>
14-
**arn:aws:lambda:\<region\>:887080169480:layer:php71:8**
12+
**arn:aws:lambda:\<region\>:887080169480:layer:php73:2**
13+
14+
**arn:aws:lambda:\<region\>:887080169480:layer:php71:9**
1515

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

@@ -105,7 +105,7 @@ Resources:
105105
Timeout: 30
106106
Tracing: Active
107107
Layers:
108-
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php73:1
108+
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php73:2
109109
Events:
110110
api:
111111
Type: Api

0 commit comments

Comments
 (0)