Skip to content

Commit dd8a78e

Browse files
Add Command line to the MSK integration [CDS-1248]
1 parent 6d8329c commit dd8a78e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

aws-integrations/aws-shipper-lambda/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
### 💡 Enhancements 💡
44
- Disabled ANSI characters in tracing crate logs
55
- Minor documentation updates
6+
7+
### 🧰 Bug fixes 🧰
8+
- Fix a bug with MSK integration - misssing command line in **LambdaTriggerMskTopic** custom lambda
69

710
## v1.0.7 / 2024-05-13
811
### 💡 Enhancements 💡

aws-integrations/aws-shipper-lambda/template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Metadata:
2424
- kinesis
2525
- cloudfront
2626
HomePageUrl: https://coralogix.com
27-
SemanticVersion: 1.0.7
27+
SemanticVersion: 1.0.8
2828
SourceCodeUrl: https://github.com/coralogix/coralogix-aws-shipper
2929
AWS::CloudFormation::Interface:
3030
ParameterGroups:
@@ -1145,6 +1145,7 @@ Resources:
11451145
LambdaName: !GetAtt ['LambdaFunctionWithMSK', Arn]
11461146
MSKClusterArn: !Ref MSKClusterArn
11471147
TopicsList: !Ref KafkaTopic
1148+
Command: configure_msk_trigger
11481149
LambdaLogGroupMSK:
11491150
Condition: UseMSK
11501151
DeletionPolicy: Retain

0 commit comments

Comments
 (0)