3
1 Comments

Write, test, debug AWS Lambda in one place

Managing AWS Lambda functions is a pain when you have to keep jumping between Lambda and CloudWatch just to debug.

So I built an alternative AWS Lambda editor that combine both, lets you test & iterate faster.

This tool currently has:

  • Simulate API Gateway calls

  • Logs & debugging

  • Pre-configured test environment (DynamoDB + S3)

Feel free to try it out.

If you have any question or feedback, please let me know.

posted to Icon for Lambda Devbox
Lambda Devbox
  1. 1

    But the default lambda editor has a “Test” feature, that’s enough to debug and simulate any kind of incoming request…And it’s truly in one place.