MousaZeidBaker / aws-lambda-typing

Python type hints for AWS Lambda
MIT License
106 stars 19 forks source link

Powertools for AWS Lambda (Python) #89

Closed estahn closed 1 year ago

estahn commented 1 year ago

Hi @MousaZeidBaker,

Thanks for the great project. We've been using it for a while.

I wonder if Powertools for AWS Lambda (Python) supersedes this project?

MousaZeidBaker commented 1 year ago

Hi @estahn,

I'm glad you like it :)

Powertools provides different features, however their typing feature seems to be poor compared to this project. I can only see typing for the context class, which isn't often used in Lambdas. This project provides typings for almost all the different Lambda use cases such as SQS, SNS, S3 etc. So I'd say Powertools doesn't supersedes this project.