Skip to content

Commit ed2ce13

Browse files
committed
chore(tags): update tags
1 parent 9c5643c commit ed2ce13

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

samples/contract-compliance-analysis/back-end/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
USAGE_METRIC = 'uksb-1tupboc45'
2020
VERSION = '0.0.1'
21-
SOLUTION_NAME = "GenAI Contract Compliance Analysis"
21+
SOLUTION_NAME = "contract-compliance-analysis"
2222

2323
app = cdk.App()
2424

2525
stack_name = os.environ.get('STACK_NAME', "MainBackendStack")
2626

2727
main_backend_stack = BackendStack(
28-
app, stack_name, description=f'({USAGE_METRIC})(tag: {SOLUTION_NAME})'
28+
app, stack_name, description=f'({USAGE_METRIC})(tag:{SOLUTION_NAME})'
2929
)
3030

3131
cdk.Aspects.of(app).add(AwsSolutionsChecks())

samples/multimodal-rag/backend/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
from stack import BackendStack
1818

1919
USAGE_METRIC = 'uksb-1tupboc45'
20-
SOLUTION_NAME = "Bedrock BDA Media Solution"
20+
SOLUTION_NAME = "bedrock-bda-media-solution"
2121

2222
app = cdk.App()
2323
BackendStack(
2424
app,
2525
"BDAMediaSolutionBackendStack",
26-
description=f'({USAGE_METRIC})(tag: {SOLUTION_NAME})'
26+
description=f'({USAGE_METRIC})(tag:{SOLUTION_NAME})'
2727
)
2828

2929
cdk.Aspects.of(app).add(AwsSolutionsChecks())

samples/python-samples/python_samples/bedrock_opensearch_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
8181
description='alias for my agent',
8282
agent=agent)
8383

84-
self.template_options.description='Description: (uksb-1tupboc43) (tag: python bedrock sample)'
84+
self.template_options.description='Description: (uksb-1tupboc43) (tag:python-bedrock-sample)'
8585

8686
CfnOutput(self, "KnowledgeBaseId", value=kb.knowledge_base_id)
8787
CfnOutput(self, 'agentid', value= agent.agent_id)

samples/python-samples/python_samples/prompt_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
8282
}
8383
)
8484

85-
self.template_options.description='Description: (uksb-1tupboc43) (tag: python prompt management sample)'
85+
self.template_options.description='Description: (uksb-1tupboc43) (tag:python-prompt-management-sample)'
8686

8787
prompt.add_variant(variant2)
8888

samples/rfp-answer-generation/backend/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
USAGE_METRIC = 'uksb-1tupboc45'
2222
VERSION = '0.0.1'
23-
SOLUTION_NAME = "GenAI RFP Answers"
23+
SOLUTION_NAME = "rfp-answer-generation"
2424

2525
app = cdk.App()
2626

2727
ingestion_stack = IngestionStack(
2828
app,
2929
"RFPAnswers-IngestionStack",
30-
description=f'({USAGE_METRIC})(tag: {SOLUTION_NAME})')
30+
description=f'({USAGE_METRIC})(tag:{SOLUTION_NAME})')
3131

3232
inference_stack = InferenceStack(
3333
app,

samples/rfp-answer-generation/backend/stack/inference_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(
109109
self.sfn.state_machine,
110110
)
111111

112-
self.template_options.description='Description: (uksb-1tupboc43) (tag: rfp answer generation sample)'
112+
self.template_options.description='Description: (uksb-1tupboc43) (tag:rfp-answer-generation)'
113113

114114

115115
NagSuppressions.add_resource_suppressions_by_path(

samples/rfp-answer-generation/backend/stack/ingestion_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def __init__(
242242
),
243243
)
244244

245-
self.template_options.description='Description: (uksb-1tupboc43) (tag: rfp answer generation sample)'
245+
self.template_options.description='Description: (uksb-1tupboc43) (tag:rfp-answer-generation)'
246246

247247

248248
NagSuppressions.add_resource_suppressions(

samples/sagemaker_custom_endpoint/lib/sagemaker_custom_endpoint-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class SagemakerCustomEndpointStack extends cdk.Stack {
4040
volumeSizeInGb: 100
4141
});
4242

43-
this.templateOptions.description= 'Description: (uksb-1tupboc43) (tag: Sagemaker Custom Endpoint Stack)'
43+
this.templateOptions.description= 'Description: (uksb-1tupboc43) (tag:sagemaker-custom-endpoint-stack)'
4444

4545
customEndpoint.addToRolePolicy(
4646
new iam.PolicyStatement({

samples/sagemaker_huggingface_inferentia/lib/sagemaker_huggingface_inferentia-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class SagemakerHuggingfaceInferentiaStack extends cdk.Stack {
4141
endpointName: SG_ENDPOINT_NAME
4242
});
4343

44-
this.templateOptions.description= 'Description: (uksb-1tupboc43) (tag: Sagemaker hugging face infrentia Stack)'
44+
this.templateOptions.description= 'Description: (uksb-1tupboc43) (tag:sagemaker-huggingface-inferentia-stack)'
4545

4646
// Lambda request handler used to interact with the SageMaker endpoint
4747
const requestHandler = new lambda.Function(this, 'DemoRequestHandlerHuggingFaceInferentia', {

samples/sagemaker_huggingface_model/lib/sagemaker_huggingface_model-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class SagemakerHuggingfaceModelStack extends cdk.Stack {
3838
endpointName: SG_ENDPOINT_NAME
3939
});
4040

41-
this.templateOptions.description = 'Description: (uksb-1tupboc43) (tag: Sagemaker Hugging face model Stack)'
41+
this.templateOptions.description = 'Description: (uksb-1tupboc43) (tag:sagemaker-huggingface-model-stack)'
4242

4343
// Lambda request handler used to interact with the SageMaker endpoint
4444
const requestHandler = new lambda.Function(this, 'DemoRequestHandlerHuggingFace', {

0 commit comments

Comments
 (0)