Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 71dab1e

Browse files
Fix-typo-in-readme
1 parent 291cabe commit 71dab1e

File tree

1 file changed

+3
-3
lines changed
  • 0.7-PHP-Lambda-functions-with-Docker-container-images

1 file changed

+3
-3
lines changed

‎0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# php-lambda-container-image-demo
22

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.
44

55
The following files and folders are included:
66

@@ -60,10 +60,10 @@ This [Dockerfile](./0.7-PHP-Lambda-functions-with-Docker-container-images/Docker
6060

6161
## Deploy the sample application
6262

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.
6464

6565
```bash
66-
aws ecr create-repository --repository-name php-lambda-functon \
66+
aws ecr create-repository --repository-name php-lambda-function \
6767
--image-tag-mutability IMMUTABLE --image-scanning-configuration scanOnPush=true
6868
```
6969
![create-repository-output](../repository-resources/repositryUrl.png)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /