However, clicking buttons in AWS console is not suitable for a real-world use case. I want to build (or ideally use pre-built package) the dependency and use infrastructure-as-code to deploy the Lambda. This does not appear to be possible with Lambda Blueprints.
I have found that the code in the blueprint does not match the code in this repo however.
I am following the instructions on this post: https://www.splunk.com/en_us/blog/tips-and-tricks/how-to-easily-stream-aws-cloudwatch-logs-to-splunk.html
However, clicking buttons in AWS console is not suitable for a real-world use case. I want to build (or ideally use pre-built package) the dependency and use infrastructure-as-code to deploy the Lambda. This does not appear to be possible with Lambda Blueprints.
I have found that the code in the blueprint does not match the code in this repo however.
It actually matches this logger in another package entirely - https://github.com/splunk/splunk-aws-adaptive-response/blob/master/aws_adaptive_response_lambdas/logger/index.js
Are there some better docs or sources of this Lambda function?