© 2023 Hashnode
#aws-x-ray
Here 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 a…
Integrate AWS X-Ray to the Flask application for tracing AWS X-Ray SDK for Python GitHub Repo Add library aws-xray-sdk to the requirements.txt aws-xray-sdk Run this command in a terminal to …
This article is supplemental material for Andrew's Brown AWS Free Cloud Bootcamp for Week 2 - Distributed Tracing, instrumenting X-Ray for Cruddur containerised Flask application. How AWS X-Ray Helps …
Tracing 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 Lambda…