From c47c3c9fc024da42d6f712daef97aa72423a9ee5 Mon Sep 17 00:00:00 2001 From: Stephen Gheysens Date: Tue, 31 Jul 2018 10:53:57 -0400 Subject: [PATCH] Corrected phonetic mistake Corrected "is4" to "is for" --- doc_source/build-pipeline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_source/build-pipeline.md b/doc_source/build-pipeline.md index d868e97e..683b3ba0 100644 --- a/doc_source/build-pipeline.md +++ b/doc_source/build-pipeline.md @@ -150,7 +150,7 @@ To set up your repository, do the following: }); }; ``` -+ Add a *samTemplate\.yaml* file, containing the content following\. This is4 the SAM template that defines the resources in your application\. This SAM template defines a Lambda function that is triggered by API Gateway\. Note that the `runtime` parameter uses `nodejs6.10` but you can also specify `nodejs8.10`\. For more information about AWS SAM see [AWS Serverless Application Model](https://github.com/awslabs/serverless-application-model)\. ++ Add a *samTemplate\.yaml* file, containing the content following\. This is for the SAM template that defines the resources in your application\. This SAM template defines a Lambda function that is triggered by API Gateway\. Note that the `runtime` parameter uses `nodejs6.10` but you can also specify `nodejs8.10`\. For more information about AWS SAM see [AWS Serverless Application Model](https://github.com/awslabs/serverless-application-model)\. ``` AWSTemplateFormatVersion: '2010-09-09' @@ -305,4 +305,4 @@ Use the following steps to complete your Beta stage\. ## Next Step -[Gradual Code Deployment](automating-updates-to-serverless-apps.md) \ No newline at end of file +[Gradual Code Deployment](automating-updates-to-serverless-apps.md)