From 4cd32b93fd090ed7164c14a23a3d263bf10e831e Mon Sep 17 00:00:00 2001 From: "james.eastham" Date: Wed, 25 Sep 2024 09:04:16 +0100 Subject: [PATCH] Add serverless examples --- tracer/samples/ServerlessAWS/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tracer/samples/ServerlessAWS/README.md diff --git a/tracer/samples/ServerlessAWS/README.md b/tracer/samples/ServerlessAWS/README.md new file mode 100644 index 000000000000..f2e47ac894a6 --- /dev/null +++ b/tracer/samples/ServerlessAWS/README.md @@ -0,0 +1,3 @@ +# Serverless on AWS + +A full example demonstrating how to use the .NET tracer when building serverless applications on AWS can be found in the [serverless-getting-started](https://github.com/DataDog/serverless-sample-app) repository. This repository contains a full sample application, with deployable examples in [Terraform](https://github.com/DataDog/serverless-sample-app/blob/main/src/dotnet/README.md#terraform), the [AWS CDK](https://github.com/DataDog/serverless-sample-app/blob/main/src/dotnet/README.md#aws-cdk) and the [AWS Serverless Application Model (SAM)](https://github.com/DataDog/serverless-sample-app/blob/main/src/dotnet/README.md#aws-sam). \ No newline at end of file