Skip to content

Commit 9840be8

Browse files
authored
Fix layer version ARNs list
1 parent c5fd4cd commit 9840be8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This is an early iteration of the PHP runtime Layer which is not yet ready for p
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

1212
**arn:aws:lambda:\<region\>:887080169480:layer:php73:1**
13+
<br>
1314
**arn:aws:lambda:\<region\>:887080169480:layer:php71:8**
1415

1516
See [Releases](https://github.com/stackery/php-lambda-layer/releases) for release notes.
@@ -189,4 +190,4 @@ then manually execute the commands in the build.sh file.
189190
> HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
190191
> STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
191192
> ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
192-
> OF THE POSSIBILITY OF SUCH DAMAGE.
193+
> OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)