Denny Wangdenny.hashnode.dev·Oct 3, 2024Integrating AWS X-Ray in Long-Running Processes: Avoiding Resource ExhaustionIntroduction: AWS X-Ray is a useful tool for gaining insights into distributed systems by tracing requests across different services. However, when integrating X-Ray into long-running processes, improper usage can lead to resource exhaustion. This ar...AWS
Abhay Singhabhaysingh.hashnode.dev·May 30, 2023Top 10 AWS X-Ray Interview Questions for Cloud DevelopersHere are the top 10 AWS X-Ray interview questions and answers for a professional cloud developer and cloud engineer: Q1: What is AWS X-Ray? A1: AWS X-Ray is a service provided by Amazon Web Services (AWS) that allows developers to analyze and debug d...AWS
Pavan Andhukuripavanandhukuri.hashnode.dev·May 14, 2022Tracing Java based Lambda using X-Ray and AWS PowerToolsTracing makes it very easy to identify and debug issues with your application. Especially issues related to performance can be identified easily as tracing lets you dig deep into component level activity. HTTP endpoints backed by AWS Lambdas can be m...1 likeAWS