Tuesday, 10 April 2018

Amazon Web Services Cloud9 now adds support for Local Debugging of AWS lambda functions in Python

AWS Cloud9 has now added support for local debugging for Python-based Amazon Web Services Lambda functions. This will allow you to set breakpoints and step via through your code which will help you quickly iterate on the code within the IDE before deploying to AWS Lambda. Amazon Web Services Cloud9 offers a seamless experience for developing serverless applications that will enable you to conveniently define resources and switch between the local and remote execution. AWS Cloud9 also supports local debugging for the Node.js AWS Lambda functions. 

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...