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" } ]