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

Commit c253a00

Browse files
committed
Release new layer versions
7.3: 3 7.1: 10
1 parent ad13535 commit c253a00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
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:2**
12+
**arn:aws:lambda:\<region\>:887080169480:layer:php73:3**
1313

14-
**arn:aws:lambda:\<region\>:887080169480:layer:php71:9**
14+
**arn:aws:lambda:\<region\>:887080169480:layer:php71:10**
1515

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

@@ -144,7 +144,7 @@ Resources:
144144
Timeout: 30
145145
Tracing: Active
146146
Layers:
147-
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php73:2
147+
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php73:3
148148
Events:
149149
api:
150150
Type: Api

0 commit comments

Comments
 (0)