Skip to content

Commit 11bc356

Browse files
Update README.md (#555)
TYPO Signed-off-by: Webysther Sperandio <[email protected]> Co-authored-by: Scott Schreckengaust <[email protected]>
1 parent 2d79ea8 commit 11bc356

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/patterns/gen-ai/aws-web-crawler/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ class SampleStack(Stack):
8686
targets=[
8787
{
8888
'url': 'https://cloudprice.net/aws/ec2',
89-
'target_type': CrawlerTargetType.WEBSITE,
90-
'crawl_interval_hours': 24,
91-
'max_requests': 15000,
89+
'targetType': CrawlerTargetType.WEBSITE,
90+
'crawlIntervalHours': 24,
91+
'maxRequests': 15000,
9292
},
9393
{
9494
'url': 'https://aws.amazon.com/about-aws/whats-new/recent/feed',
95-
'target_type': CrawlerTargetType.RSS_FEED,
96-
'crawl_interval_hours': 24,
95+
'targetType': CrawlerTargetType.RSS_FEED,
96+
'crawlIntervalHours': 24,
9797
}
9898
]
9999
)
@@ -121,7 +121,7 @@ Parameters
121121
| 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.|
122122
| 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.|
123123
| stage | string | ![Optional](https://img.shields.io/badge/optional-4169E1) | Value will be appended to resources name service. |
124-
| targets | CrawlerTarget[] | ![Optional](https://img.shields.io/badge/optional-4169E1) | Target websited and RSS feeds to be crawled |
124+
| targets | CrawlerTarget[] | ![Optional](https://img.shields.io/badge/optional-4169E1) | Target website and RSS feeds to be crawled |
125125
| enableLambdaCrawler | boolean | ![Optional](https://img.shields.io/badge/optional-4169E1) | Specifies whether a separate crawler available as a Lambda function should be deployed. |
126126

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

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

0 commit comments

Comments
 (0)