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

Commit

Permalink
Release new layer versions
Browse files Browse the repository at this point in the history
7.3: 3
7.1: 10
  • Loading branch information
txase committed Jul 2, 2019
1 parent a6dc45e commit 90b4d55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This is an early iteration of the PHP runtime Layer which is not yet ready for p
## Current Layer Version ARN
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:

**arn:aws:lambda:\<region\>:887080169480:layer:php73:2**
**arn:aws:lambda:\<region\>:887080169480:layer:php73:3**

**arn:aws:lambda:\<region\>:887080169480:layer:php71:9**
**arn:aws:lambda:\<region\>:887080169480:layer:php71:10**

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

Expand Down Expand Up @@ -144,7 +144,7 @@ Resources:
Timeout: 30
Tracing: Active
Layers:
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php73:2
- !Sub arn:aws:lambda:${AWS::Region}:887080169480:layer:php73:3
Events:
api:
Type: Api
Expand Down

0 comments on commit 90b4d55

Please sign in to comment.