Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ build
.DS_Store
.idea/
pca-ssm/.DS_Store
.kiro
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.17
0.8.0
10 changes: 10 additions & 0 deletions pca-main-nokendra.template
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,9 @@ Parameters:
Default: us.amazon.nova-pro-v1:0
AllowedValues:
- anthropic.claude-3-haiku-20240307-v1:0
- us.anthropic.claude-haiku-4-5-20251001-v1:0
- anthropic.claude-3-sonnet-20240229-v1:0
- us.anthropic.claude-sonnet-4-5-20250929-v1:0
- us.amazon.nova-micro-v1:0
- us.amazon.nova-lite-v1:0
- us.amazon.nova-pro-v1:0
Expand Down Expand Up @@ -423,7 +425,9 @@ Parameters:
Default: us.amazon.nova-pro-v1:0
AllowedValues:
- anthropic.claude-3-haiku-20240307-v1:0
- us.anthropic.claude-haiku-4-5-20251001-v1:0
- anthropic.claude-3-sonnet-20240229-v1:0
- us.anthropic.claude-sonnet-4-5-20250929-v1:0
- us.amazon.nova-micro-v1:0
- us.amazon.nova-lite-v1:0
- us.amazon.nova-pro-v1:0
Expand Down Expand Up @@ -463,6 +467,11 @@ Parameters:
Description: >
(Optional) If 'CallSummarization' is LAMBDA, provide ARN for a Lambda function.

Version:
Type: String
Default: "0.8.0"
Description: Solution version - used to trigger UI redeployment on stack updates

Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -963,6 +972,7 @@ Resources:
- ''
PyUtilsLayerArn: !GetAtt PythonUtilsLayer.Outputs.PyUtilsLayer
LLMTableName: !GetAtt LLMPromptConfigure.Outputs.LLMTableName
Version: !Ref Version

PcaDashboards:
Type: AWS::CloudFormation::Stack
Expand Down
10 changes: 10 additions & 0 deletions pca-main.template
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ Parameters:
Default: us.amazon.nova-pro-v1:0
AllowedValues:
- anthropic.claude-3-haiku-20240307-v1:0
- us.anthropic.claude-haiku-4-5-20251001-v1:0
- anthropic.claude-3-sonnet-20240229-v1:0
- us.anthropic.claude-sonnet-4-5-20250929-v1:0
- us.amazon.nova-micro-v1:0
- us.amazon.nova-lite-v1:0
- us.amazon.nova-pro-v1:0
Expand Down Expand Up @@ -464,7 +466,9 @@ Parameters:
Default: us.amazon.nova-pro-v1:0
AllowedValues:
- anthropic.claude-3-haiku-20240307-v1:0
- us.anthropic.claude-haiku-4-5-20251001-v1:0
- anthropic.claude-3-sonnet-20240229-v1:0
- us.anthropic.claude-sonnet-4-5-20250929-v1:0
- us.amazon.nova-micro-v1:0
- us.amazon.nova-lite-v1:0
- us.amazon.nova-pro-v1:0
Expand Down Expand Up @@ -504,6 +508,11 @@ Parameters:
Description: >
(Optional) If 'CallSummarization' is LAMBDA, provide ARN for a Lambda function.

Version:
Type: String
Default: "0.8.0"
Description: Solution version - used to trigger UI redeployment on stack updates

Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -1149,6 +1158,7 @@ Resources:
- ''
PyUtilsLayerArn: !GetAtt PythonUtilsLayer.Outputs.PyUtilsLayer
LLMTableName: !GetAtt LLMPromptConfigure.Outputs.LLMTableName
Version: !Ref Version

MediaSearchKendraFinder:
Type: AWS::CloudFormation::Stack
Expand Down
Loading