From 52fd2b7274a09a3aab3c0b09cd19e6d5b38115a0 Mon Sep 17 00:00:00 2001 From: julianpalmerio Date: Wed, 5 Apr 2023 11:39:15 -0300 Subject: [PATCH] feat: add serverless twilio + typescript lambda example --- community-examples.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community-examples.json b/community-examples.json index daeec624b..1498eaab5 100644 --- a/community-examples.json +++ b/community-examples.json @@ -642,5 +642,10 @@ "name": "Serverless SQS offline + Python + Localstack", "description": "Serverless Framework example to run AWS SQS service locally using https://github.com/localstack", "githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-sqs-python" + }, + { + "name": "Serverless Twilio + Typescript Lambda example", + "description": "Serverless Framework example to deploy a lambda function using Twilio and TypeScript", + "githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-twilio-aws-lambdas-typescript" } ]