Skip to content

Commit a5987ff

Browse files
MichaelWalker-gitMichael Trangithub-actions
authored
feat: add kendra instance, vpc, permissioning (#296)
* feat: add kendra instance, vpc, permissioning * feat(readme): update * feat(docs): better handling of dependabot updates * feat(appsync): adding appsync schema * feat(job_status): add job status with state table * feat(breakup): all utilities into smaller files * fix(remove): holdover code * feat(vpc): update the vpc suppression and add flow logs * fix(build): remove imports * feat(enums): add enum export * fix: enums * feat: add unit tests * feat(s3_uploader): add new lambda * fix(pipeline): build * feat(pr): address comments * feat: change upload lambda to use presigned url, address PR comments * feat: fix kendra helpers and upload presigned URL * feat: fix refs * fix(gh): build * fix(gh): comments * feat(drawio): add diagram to tab * fix(configs): change the sdk mock * feat(configs): change the sdk mock * feat(configs): change the sdk mock * feat(configs): change the sdk mock * feat(imports): fix imports and policies * fix(): build * fix(): build * feat(deps): fix esm error * feat(deps): move lib back to bundledDeps * feat(tests): update code coverage * fix(test): build and test * chore: self mutation Signed-off-by: github-actions <[email protected]> --------- Signed-off-by: Michael Walker <[email protected]> Signed-off-by: github-actions <[email protected]> Co-authored-by: Michael Tran <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 529fbc5 commit a5987ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+15614
-139
lines changed

.projen/deps.json

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+7-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,14 @@ const project = new awscdk.AwsCdkConstructLibrary({
5757
'@mrgrain/jsii-struct-builder',
5858
'typedoc',
5959
'typedoc-plugin-markdown',
60+
'aws-sdk-mock',
61+
],
62+
deps: [
63+
'cdk-nag',
64+
],
65+
bundledDeps: [
66+
'deepmerge',
6067
],
61-
deps: ['cdk-nag'],
62-
6368
// Keep synchronized with https://github.com/nodejs/release#release-schedule
6469
minNodeVersion: '18.12.0', // 'MAINTENANCE' (first LTS)
6570
maxNodeVersion: '20.x', // 'CURRENT'

apidocs/classes/RagAppsyncStepfnOpensearch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The RagAppsyncStepfnOpensearch class.
6060
| Name | Type | Description |
6161
| :------ | :------ | :------ |
6262
| `scope` | `Construct` | represents the scope for all the resources. |
63-
| `id` | `string` | this is a a scope-unique id. |
63+
| `id` | `string` | this is a scope-unique id. |
6464
| `props` | [`RagAppsyncStepfnOpensearchProps`](../interfaces/RagAppsyncStepfnOpensearchProps.md) | user provided props for the construct. |
6565

6666
#### Returns

apidocs/enums/ConstructName.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2020
- [AWSCONTENTGENAPPSYNCLAMBDA](ConstructName.md#awscontentgenappsynclambda)
2121
- [AWSMODELDEPLOYMENTSAGEMAKER](ConstructName.md#awsmodeldeploymentsagemaker)
2222
- [AWSQAAPPSYNCOPENSEARCH](ConstructName.md#awsqaappsyncopensearch)
23+
- [AWSRAGAPPSYNCSTEPFNKENDRA](ConstructName.md#awsragappsyncstepfnkendra)
2324
- [AWSRAGAPPSYNCSTEPFNOPENSEARCH](ConstructName.md#awsragappsyncstepfnopensearch)
2425
- [AWSSUMMARIZATIONAPPSYNCSTEPFN](ConstructName.md#awssummarizationappsyncstepfn)
2526
- [CUSTOMSAGEMAKERENDPOINT](ConstructName.md#customsagemakerendpoint)
@@ -46,6 +47,12 @@ ___
4647

4748
___
4849

50+
### AWSRAGAPPSYNCSTEPFNKENDRA
51+
52+
**AWSRAGAPPSYNCSTEPFNKENDRA** = ``"C9"``
53+
54+
___
55+
4956
### AWSRAGAPPSYNCSTEPFNOPENSEARCH
5057

5158
**AWSRAGAPPSYNCSTEPFNOPENSEARCH** = ``"C1"``

docs/generative_ai_cdk_constructs.drawio

+114-29
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)