Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Thundra Example Go Projects for AWS Lambda Platform

Notifications You must be signed in to change notification settings

thundra-io/thundra-examples-lambda-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thundra Lambda Go Example Project

This is a simple example to trace your lambda go functions with Thundra.

If you haven't done already start by installing serverless by:

npm install -g serverless

1 - Paste your API Key you get from the Thundra web console to the thundra_apiKey environment variable in the serverless.yml file.`

2- Build and deploy the project using the deploy.sh

sh deploy.sh

4- Invoke helloworld function in AWS Lambda Console, or with the Serverless framework running the following command in the project directory:

sls invoke -f helloworld

5- Observe your invocation on Thundra web console!

Now you have successfully integrated Thundra Go agent to your Lambda function! It's time to create multiple spans using OpenTracing interface, add logs and configure more advanced tracing capabilities of Thundra Go agent. Check out the documentation and the blog post for more detailed information.

About

Thundra Example Go Projects for AWS Lambda Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published