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.

Mick B
已提问 8 个月前329 查看次数
1 回答
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
专家
已回答 8 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容