Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(construct): Add new construct - textToSql #631

Merged
merged 54 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from 42 commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
dda2359
feat(construct): added text to sql cdk and lambda
Jul 23, 2024
b4f73e9
feat(construct): updated query configurer lambda function
Jul 24, 2024
b588708
feat(construct): removed unwanted code
Jul 24, 2024
9690d81
feat(construct): updated feedback loop
Jul 25, 2024
722ad55
feat(construct): added documentation
Jul 25, 2024
379a336
feat(construct): updated step function with publish state
Jul 25, 2024
52da5fc
feat(construct): aurora cluster and rda mysql instance
Jul 30, 2024
e6006ef
feat(construct): updated db set up
Aug 1, 2024
3bacd97
feat(construct): updated generated sql query
Aug 1, 2024
54b1ede
feat(construct): added exexute query choice state
Aug 1, 2024
d2943b4
feat(construct): bug fixes
Aug 2, 2024
5fb8b14
feat(construct): added documentation to the construct
Aug 6, 2024
0005f4d
feat(construct): added custom resource function to upload config file…
Aug 12, 2024
f48cbdd
feat(construct): fixed bugs in text to sql construct
Aug 13, 2024
8b1414f
feat(construct): documentation update
Aug 14, 2024
00d64d3
Merge branch 'awslabs:main' into main
dineshSajwan Aug 14, 2024
f294b10
feat(construct): uncomment publishtonuget
dineshSajwan Aug 14, 2024
ce512d6
feat(construct): updated workflow.json in texttosql construct
Aug 15, 2024
952ac53
feat(construct): updated workflow.json in texttosql construct
Aug 15, 2024
2230fc5
feat(construct): review comments
Aug 15, 2024
69cfb74
Merge branch 'awslabs:main' into main
dineshSajwan Aug 15, 2024
9904311
feat(construct): updated documentation
Aug 15, 2024
277f7a0
feat(construct): merge with main
Aug 15, 2024
619a562
feat(construct): yarn file checkin
Aug 15, 2024
28b719b
feat(construct): update execution time condition
Aug 16, 2024
c717ff4
fix: projen install
scottschreckengaust Aug 15, 2024
748f400
fix(doc): include the api
scottschreckengaust Aug 15, 2024
1b87c91
Merge pull request #1 from dineshSajwan/dineshSajwan/main
dineshSajwan Aug 16, 2024
f60719e
Merge branch 'main' into main
dineshSajwan Aug 16, 2024
7910b5d
Merge branch 'main' into main
dineshSajwan Aug 19, 2024
5251d19
feat(construct): removed aws solution construct dependency and added …
Aug 21, 2024
4d890cd
feat(construct): removed aws solution construct dependency and added …
Aug 21, 2024
ced25ea
feat(construct): merge with main
Aug 21, 2024
9349bbd
Merge branch 'main' into main
dineshSajwan Aug 21, 2024
1999a96
feat(construct): updated dependencies
Aug 21, 2024
0fcad21
feat(construct): updated dependencies
Aug 21, 2024
6841090
feat(construct): bug fixing
Aug 22, 2024
c486a34
Merge branch 'main' into main
krokoko Aug 23, 2024
da632fa
Merge branch 'main' into main
krokoko Aug 23, 2024
36636c8
Merge branch 'main' into main
krokoko Aug 26, 2024
7880906
Merge branch 'main' into main
krokoko Aug 26, 2024
10eb1cf
Merge branch 'main' into main
krokoko Aug 27, 2024
d28bbe2
feat(construct): removed database from the construct
Aug 28, 2024
f394bd0
Merge branch 'main' into main
dineshSajwan Aug 28, 2024
a91c03f
Merge branch 'main' into main
krokoko Aug 30, 2024
0bd5ec1
feat(texttosql): fixed cdk nag warnings and review comments
Sep 3, 2024
e841893
Merge branch 'main' into main
dineshSajwan Sep 3, 2024
8a19715
feat(texttosql): changed default port
Sep 3, 2024
9d6ae2d
feat(texttosql): changed default port
Sep 3, 2024
c4d08f1
Merge branch 'main' into main
krokoko Sep 3, 2024
2c9d78b
feat(texttosql): fix build issues
Sep 3, 2024
0518e94
Merge branch 'main' into main
krokoko Sep 4, 2024
ee294d0
Merge branch 'main' into main
krokoko Sep 5, 2024
d9b60fc
Merge branch 'main' into main
krokoko Sep 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,12 @@ const project = new awscdk.AwsCdkConstructLibrary({
'typedoc-plugin-markdown',
'aws-sdk-mock',
'@aws-cdk/assert',

],
deps: [
'cdk-nag',


],
bundledDeps: [
'deepmerge',
Expand All @@ -90,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
5 changes: 5 additions & 0 deletions apidocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

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

## Classes

Expand All @@ -34,6 +37,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 +61,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
Loading