Skip to content

Commit

Permalink
chore: fix resource naming
Browse files Browse the repository at this point in the history
during investigation found unnecessary logging
which has been removed
  • Loading branch information
massi-ang authored and bigadsoleiman committed May 13, 2024
1 parent b2ea91c commit f0ff8f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rag-engines/kendra-retrieval/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class KendraRetrieval extends Construct {

const createWorkflow = new CreateKendraWorkspace(
this,
"CreateAuroraWorkspace",
"CreateKendraWorkspace",
{
config: props.config,
shared: props.shared,
Expand Down
1 change: 0 additions & 1 deletion lib/shared/shared-asset-bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class SharedAssetBundler extends Construct {
}

bundleWithAsset(assetPath: string): Asset {
console.log(`Bundling asset ${assetPath}`);
const asset = new aws_s3_assets.Asset(
this,
md5hash(assetPath).slice(0, 6),
Expand Down

0 comments on commit f0ff8f3

Please sign in to comment.