Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc_source/build-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -305,4 +305,4 @@ Use the following steps to complete your Beta stage\.

## Next Step<a name="automating-deployment-next-step1"></a>

[Gradual Code Deployment](automating-updates-to-serverless-apps.md)
[Gradual Code Deployment](automating-updates-to-serverless-apps.md)