Skip to content
Merged
Changes from all commits
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 lambda-comprehend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The SAM template creates an AWS Lambda function that calls Amazon Comprehend to do sentiment analysis.

Learn more about this pattern at Serverless Land Patterns: << Add the live URL here >>
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/lambda-comprehend

Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.

Expand All @@ -21,7 +21,7 @@ Important: this application uses various AWS services and there are costs associ
```
1. Change directory to the pattern directory:
```
cd _patterns-model
cd lambda-comprehend
```
1. From the command line, use AWS SAM to deploy the AWS resources for the pattern as specified in the template.yml file:
```
Expand Down