Skip to content

Commit 9cd4288

Browse files
authored
Merge pull request #58 from endeavor85/patch-1
corrected typo
2 parents a40b2ec + 91ec40a commit 9cd4288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/build-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To set up your repository, do the following:
150150
});
151151
};
152152
```
153-
+ 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)\.
153+
+ Add a *samTemplate\.yaml* file, containing the content following\. This is 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)\.
154154

155155
```
156156
AWSTemplateFormatVersion: '2010-09-09'
@@ -305,4 +305,4 @@ Use the following steps to complete your Beta stage\.
305305
306306
## Next Step<a name="automating-deployment-next-step1"></a>
307307
308-
[Gradual Code Deployment](automating-updates-to-serverless-apps.md)
308+
[Gradual Code Deployment](automating-updates-to-serverless-apps.md)

0 commit comments

Comments
 (0)