Skip to content

Commit

Permalink
Update README.md (#555)
Browse files Browse the repository at this point in the history
TYPO

Signed-off-by: Webysther Sperandio <webysther@gmail.com>
Co-authored-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
  • Loading branch information
webysther and scottschreckengaust authored Jul 12, 2024
1 parent 2d79ea8 commit 11bc356
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/patterns/gen-ai/aws-web-crawler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ class SampleStack(Stack):
targets=[
{
'url': 'https://cloudprice.net/aws/ec2',
'target_type': CrawlerTargetType.WEBSITE,
'crawl_interval_hours': 24,
'max_requests': 15000,
'targetType': CrawlerTargetType.WEBSITE,
'crawlIntervalHours': 24,
'maxRequests': 15000,
},
{
'url': 'https://aws.amazon.com/about-aws/whats-new/recent/feed',
'target_type': CrawlerTargetType.RSS_FEED,
'crawl_interval_hours': 24,
'targetType': CrawlerTargetType.RSS_FEED,
'crawlIntervalHours': 24,
}
]
)
Expand Down Expand Up @@ -121,7 +121,7 @@ Parameters
| bucketOutputProps | [s3.BucketProps](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html) | ![Optional](https://img.shields.io/badge/optional-4169E1) | User provided props to override the default props for the S3 Bucket. Providing both this and `existingOutputBucketObj` will cause an error.|
| observability | boolean | ![Optional](https://img.shields.io/badge/optional-4169E1) | Enables observability on all services used. Warning: associated costs with the services used. It is a best practice to enable by default. Defaults to true.|
| stage | string | ![Optional](https://img.shields.io/badge/optional-4169E1) | Value will be appended to resources name service. |
| targets | CrawlerTarget[] | ![Optional](https://img.shields.io/badge/optional-4169E1) | Target websited and RSS feeds to be crawled |
| targets | CrawlerTarget[] | ![Optional](https://img.shields.io/badge/optional-4169E1) | Target website and RSS feeds to be crawled |
| enableLambdaCrawler | boolean | ![Optional](https://img.shields.io/badge/optional-4169E1) | Specifies whether a separate crawler available as a Lambda function should be deployed. |

## Target Properties
Expand Down Expand Up @@ -328,4 +328,4 @@ When deleting your stack which uses this construct, do not forget to go over the
- delete the logs uploaded to the account

***
&copy; Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
&copy; Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

0 comments on commit 11bc356

Please sign in to comment.