File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
aws-integrations/aws-shipper-lambda Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 💡
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments