Skip to content

Commit

Permalink
Merge 6c1c555 into 209eb31
Browse files Browse the repository at this point in the history
  • Loading branch information
igpetrov authored Oct 18, 2024
2 parents 209eb31 + 6c1c555 commit b50d226
Show file tree
Hide file tree
Showing 28 changed files with 2,899 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundle/default-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
<groupId>io.camunda.connector</groupId>
<artifactId>connector-idp-extraction</artifactId>
</dependency>
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-aws-comprehend</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
<artifactId>connector-idp-extraction</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-aws-comprehend</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
5 changes: 5 additions & 0 deletions connectors/aws/aws-comprehend/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under one or more contributor license agreements and licensed to you under a proprietary license.
You may not use this file except in compliance with the proprietary license.
The proprietary license can be either the Camunda Self-Managed Free Edition license (available on Camunda’s website) or the Camunda Self-Managed Enterprise Edition license (a copy you obtain when you contact Camunda).
The Camunda Self-Managed Free Edition comes for free but only allows for usage of the software (file) in non-production environments.
If you want to use the software (file) in production, you need to purchase the Camunda Self-Managed Enterprise Edition.
3 changes: 3 additions & 0 deletions connectors/aws/aws-comprehend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# AWS Comprehend Connector

The **AWS Comprehend Connector** uses natural language processing (NLP) to extract insights about the content of documents.
Loading

0 comments on commit b50d226

Please sign in to comment.