From 0c0885bf6a9c351d1c81e20e46ce11bc3e1ba3e3 Mon Sep 17 00:00:00 2001 From: "Mia von Steinkirch, PhD, MSc" <1130416+bt3gl@users.noreply.github.com> Date: Wed, 18 Mar 2020 11:07:13 -0700 Subject: [PATCH] Update references_for_lambda.md --- references_for_lambda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references_for_lambda.md b/references_for_lambda.md index dabc94e..ce8ea35 100644 --- a/references_for_lambda.md +++ b/references_for_lambda.md @@ -1,5 +1,5 @@ # References for Lambda Functions -- [JS Cloudwatch logging test](https://github.com/bt3gl/Curated_Cloud_and_Orchestration/blob/master/lambda_function_examples/monitoring_example). +- [JavaScript Cloudwatch logging test](https://github.com/bt3gl/Curated_Cloud_and_Orchestration/blob/master/lambda_function_examples/monitoring_example). - [Python functionby SQS and responding to a SNS topic](https://github.com/bt3gl/Curated_Cloud_and_Orchestration/blob/master/lambda_function_examples/sqs-sns_example).