How to debug a Lambda locally (via Postman).

0

Hi,

I'd really like to be able to trigger one of our Python Lambdas locally by using Postman. Is this possible (then step through it in Pycharm)?

We use AWS CDK and API Gateway.

1 Answer
0

Hi Mick,

if you want to debug an AWS Lambda locally, you could use the AWS Toolkit for JetBrains which allows you to invoke and debug Lambda functions locally. For more information, see https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/invoke-lambda.html

profile pictureAWS
EXPERT
answered 7 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions