Code accompanying AWS re:Invent workshop DEV 303 showcasing how to get deep application insights using Amazon EKS with AWS X-Ray and Amazon CloudWatch.
-
Updated
Sep 7, 2021 - Python
Code accompanying AWS re:Invent workshop DEV 303 showcasing how to get deep application insights using Amazon EKS with AWS X-Ray and Amazon CloudWatch.
Instrument asyncio Python for distributed tracing with AWS X-Ray.
Utilities and wrappers for using AWS X-Ray with Python
A shim which faciliates the AWS X-Ray tracing of Lambda Functions invoked by triggers which don't have native X-Ray support.
Serverless AWS architecture to simulate the processing of transactional "messages". Built with IaC on CDK. API Gateway, SQS, SQS-DLQ, Lambda and LambdaPowerTools. Observability in place with X-Ray and CW-Alarms.
A simple project to show how to profile lambda calls using AWS XRay 🎓
This sample application demonstrates Amazon SNS with AWS X-Ray active tracing
💼 A serverless AWS Lambda function that processes cryptocurrency price history data from the CoinGecko API
🚀 AWS Lambda function that consumes cryptocurrency news articles from CryptoPanic API and stores them in MongoDB
📊 AWS Lambda service for cryptocurrency risk data anomaly detection using quantile-based statistical analysis
💾 AWS Lambda producer that accepts HTTP POST requests and publishes the received payload to an Amazon SQS queue for quantile anomaly detection
🚀 A serverless AWS Lambda service that produces messages to SQS queues for cryptocurrency news processing
🚀 A serverless AWS Lambda function that orchestrates the collection of cryptocurrency historical data from CoinGecko by distributing workloads across multiple consumer functions.
Small example implementation which regularly retrieves data from the youtube-api and stores them in AWS DynamoDB through a combination of AWS-SQS and AWS-Lambda
This is a sample AWS SAM template that registers client response times traced by a specific group of AWS X-Ray as custom metrics in Amazon CloudWatch.
This is a demo api that includes X-Ray tracing for testing purposes.
Asynchronous communication is considered to be a best practice when building modern internet scale applications. By decoupling components, you enable those components to scale independently. In this example the Lambda functions communicates asynchronously using an Amazon SNS Topic and Amazon SQS Queue.
Add a description, image, and links to the aws-xray topic page so that developers can more easily learn about it.
To associate your repository with the aws-xray topic, visit your repo's landing page and select "manage topics."