Wednesday, 9 August 2017

Amazon Web Services X-Ray SDK adds support for Python

AWS X-Ray allows the developers to visualize, analyze and debug distributed applications and fundamental services in production. Amazon Web Services X-Ray has added support for Python Developers. AWS X-Ray SDK will allow the Python Developers to emit and record information to the AWS X-Ray Service from within their applications. You may have to download a zip file which encloses the SDK file or you can start in minutes using PIP. The supported web libraries and frameworks include boto3, boto-core, request, django>+1.10, sqlite3 and MySQL-connector.

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...