From ef43c0244a35029f99845e6cd932fa16ff8e80f0 Mon Sep 17 00:00:00 2001 From: cathalaherne2 <41294855+cathalaherne2@users.noreply.github.com> Date: Tue, 27 Apr 2021 16:54:05 +0100 Subject: [PATCH 1/2] fixed typo in readme --- 0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md b/0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md index 08d9bf3..a456892 100644 --- a/0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md +++ b/0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md @@ -10,7 +10,7 @@ The following files and folders are included: * [index.php](./0.7-PHP-Lambda-functions-with-Docker-container-images/src/index.php), a PHP Lambda function handler * [Dockerfile](./0.7-PHP-Lambda-functions-with-Docker-container-images/Dockerfile), a docker file containg commands to assemble an image for a custom Lambda runtime for PHP * [readme.md](./0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md) This file. -* [teamplte.yaml](./0.7-PHP-Lambda-functions-with-Docker-container-images/template.yaml) The application AWS SAM (serverless application model) template. +* [teamplate.yaml](./0.7-PHP-Lambda-functions-with-Docker-container-images/template.yaml) The application AWS SAM (serverless application model) template. ## Testing locally From 4e3236a9e1df475eeaf83919ecb1cc82c1a4d422 Mon Sep 17 00:00:00 2001 From: cathalaherne2 <41294855+cathalaherne2@users.noreply.github.com> Date: Tue, 18 May 2021 13:18:03 +0100 Subject: [PATCH 2/2] fixed readme --- 0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md b/0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md index a456892..8bec020 100644 --- a/0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md +++ b/0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md @@ -10,7 +10,7 @@ The following files and folders are included: * [index.php](./0.7-PHP-Lambda-functions-with-Docker-container-images/src/index.php), a PHP Lambda function handler * [Dockerfile](./0.7-PHP-Lambda-functions-with-Docker-container-images/Dockerfile), a docker file containg commands to assemble an image for a custom Lambda runtime for PHP * [readme.md](./0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md) This file. -* [teamplate.yaml](./0.7-PHP-Lambda-functions-with-Docker-container-images/template.yaml) The application AWS SAM (serverless application model) template. +* [template.yaml](./0.7-PHP-Lambda-functions-with-Docker-container-images/template.yaml) The application AWS SAM (serverless application model) template. ## Testing locally