AWS Kinesis with Lambda Function Terraform Module
Using Coralogix Terraform Modules, you can easily install and manage Coralogix integrations with AWS services as modules in your infrastructure code. This tutorial demonstrates how to install AWS Kinesis with a Lambda Function.
Our modules are open source and available on our GitHub and in the Terraform Registry.
Installation
Install our AWS Kinesis with a Lambda Function by adding this declaration to your Terraform project:
module "kinesis" {
source = "coralogix/aws/coralogix//modules/kinesis"
coralogix_region = "Europe"
private_key = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXX"
ssm_enable = "false"
layer_arn = "<your layer arn>"
application_name = "kinesis"
subsystem_name = "logs"
kinesis_stream_name = "<your kinesis stream name>"
}
Additional Resources
Documentation | Coralogix Terraform Provider |
External Documentation | GitHub Terraform Registry |
Support
Need help?
Our world-class customer success team is available 24/7 to walk you through your setup and answer any questions that may come up.
Feel free to reach out to us via our in-app chat or by sending us an email at [email protected].
Theme
Light