File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.7.14] - 2025-02-27
11
+
12
+ ### Fixed
13
+ - Stack rollback when deploying with dashboard option enabled, due to lambda timeout - PR #298
14
+
10
15
## [ 0.7.13] - 2025-02-21
11
16
12
17
### Fixed
@@ -296,6 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
296
301
- Initial release
297
302
298
303
[ Unreleased ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/compare/main...develop
304
+ [ 0.7.14 ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.14
299
305
[ 0.7.13 ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.13
300
306
[ 0.7.12 ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.12
301
307
[ 0.7.11 ] : https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.11
Original file line number Diff line number Diff line change 1
- 0.7.13
1
+ 0.7.14
Original file line number Diff line number Diff line change 1
1
AWSTemplateFormatVersion: "2010-09-09"
2
2
3
- Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.13 ) (uksb-1sn29lk73, SO9071)
3
+ Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.14 ) (uksb-1sn29lk73, SO9071)
4
4
5
5
Parameters:
6
6
@@ -1027,6 +1027,7 @@ Resources:
1027
1027
Properties:
1028
1028
Handler: index.handler
1029
1029
Runtime: python3.13
1030
+ Timeout: 120
1030
1031
Role: !GetAtt QuickSightEnabledCheckFunctionRole.Arn
1031
1032
Code:
1032
1033
ZipFile: !Sub |
Original file line number Diff line number Diff line change 1
1
AWSTemplateFormatVersion: "2010-09-09"
2
2
3
- Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.13 ) (uksb-1sn29lk73, SO9071)
3
+ Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.14 ) (uksb-1sn29lk73, SO9071)
4
4
5
5
Parameters:
6
6
@@ -1227,6 +1227,7 @@ Resources:
1227
1227
Properties:
1228
1228
Handler: index.handler
1229
1229
Runtime: python3.13
1230
+ Timeout: 120
1230
1231
Role: !GetAtt QuickSightEnabledCheckFunctionRole.Arn
1231
1232
Code:
1232
1233
ZipFile: !Sub |
You can’t perform that action at this time.
0 commit comments