|
1 | 1 | # php-lambda-container-image-demo
|
2 | 2 |
|
3 | | -This project contains source code and supporting files for a serverless application that you can deploy with the AWS Serverless Application Model (AWS SAM) command line interface (CLI). It contains a custom runtime PHP Lambda function packaged as a docker contaier image. It deploys an Amazon HTTPs API endpoint to invoke the Lambda function. |
| 3 | +This project contains source code and supporting files for a serverless application that you can deploy with the AWS Serverless Application Model (AWS SAM) command line interface (CLI). It contains a custom runtime PHP Lambda function packaged as a docker container image. It deploys an Amazon HTTPs API endpoint to invoke the Lambda function. |
4 | 4 |
|
5 | 5 | The following files and folders are included:
|
6 | 6 |
|
@@ -60,10 +60,10 @@ This [Dockerfile](./0.7-PHP-Lambda-functions-with-Docker-container-images/Docker
|
60 | 60 |
|
61 | 61 | ## Deploy the sample application
|
62 | 62 |
|
63 | | -1. Use the AWS CLI to create a new ECR repository to store the container image for the phpLambdaFuncton. |
| 63 | +1. Use the AWS CLI to create a new ECR repository to store the container image for the phpLambdaFunction. |
64 | 64 |
|
65 | 65 | ```bash
|
66 | | -aws ecr create-repository --repository-name php-lambda-functon \ |
| 66 | +aws ecr create-repository --repository-name php-lambda-function \ |
67 | 67 | --image-tag-mutability IMMUTABLE --image-scanning-configuration scanOnPush=true
|
68 | 68 | ```
|
69 | 69 | 
|
|
0 commit comments