You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| bucketOutputProps |[s3.BucketProps](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html)|| User provided props to override the default props for the S3 Bucket. Providing both this and `existingOutputBucketObj` will cause an error.|
122
122
| observability | boolean || 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.|
123
123
| stage | string || Value will be appended to resources name service. |
124
-
| targets | CrawlerTarget[]|| Target websited and RSS feeds to be crawled |
124
+
| targets | CrawlerTarget[]|| Target website and RSS feeds to be crawled |
125
125
| enableLambdaCrawler | boolean || Specifies whether a separate crawler available as a Lambda function should be deployed. |
126
126
127
127
## Target Properties
@@ -328,4 +328,4 @@ When deleting your stack which uses this construct, do not forget to go over the
0 commit comments