Skip to content

Commit

Permalink
Merge pull request #631 from dineshSajwan/main
Browse files Browse the repository at this point in the history
feat(construct): Add new construct - textToSql
  • Loading branch information
dineshSajwan authored Sep 6, 2024
2 parents d858f99 + d9b60fc commit dd683b4
Show file tree
Hide file tree
Showing 48 changed files with 3,937 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
],
deps: [
'cdk-nag',


],
bundledDeps: [
'deepmerge',
Expand All @@ -91,6 +93,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
packageId: camelCaseIt(PUBLICATION_NAMESPACE) + '.' + camelCaseIt(PROJECT_NAME),
},


publishToGo: {
moduleName: `github.com/${PUBLICATION_NAMESPACE}/${PROJECT_NAME}-go`,
packageName: PROJECT_NAME,
Expand Down
4 changes: 4 additions & 0 deletions apidocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

- [ConstructName](enumerations/ConstructName.md)
- [CrawlerTargetType](enumerations/CrawlerTargetType.md)
- [DbName](enumerations/DbName.md)
- [MetatdataSource](enumerations/MetatdataSource.md)

## Classes

Expand All @@ -34,6 +36,7 @@
- [SageMakerEndpointBase](classes/SageMakerEndpointBase.md)
- [SageMakerInstanceType](classes/SageMakerInstanceType.md)
- [SummarizationAppsyncStepfn](classes/SummarizationAppsyncStepfn.md)
- [TextToSql](classes/TextToSql.md)
- [WebCrawler](classes/WebCrawler.md)

## Interfaces
Expand All @@ -57,6 +60,7 @@
- [QaAppsyncOpensearchProps](interfaces/QaAppsyncOpensearchProps.md)
- [RagAppsyncStepfnOpensearchProps](interfaces/RagAppsyncStepfnOpensearchProps.md)
- [SummarizationAppsyncStepfnProps](interfaces/SummarizationAppsyncStepfnProps.md)
- [TextToSqlProps](interfaces/TextToSqlProps.md)
- [WebCrawlerProps](interfaces/WebCrawlerProps.md)

## Variables
Expand Down
1 change: 1 addition & 0 deletions apidocs/classes/BaseClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [`SageMakerEndpointBase`](SageMakerEndpointBase.md)
- [`ContentGenerationAppSyncLambda`](ContentGenerationAppSyncLambda.md)
- [`WebCrawler`](WebCrawler.md)
- [`TextToSql`](TextToSql.md)

## Constructors

Expand Down
Loading

0 comments on commit dd683b4

Please sign in to comment.