{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type hints and IDE autocomplete for AWS Lambda event, context, and response objects to enable static type checking in serverless functions.","skillfed_tags":["aws-lambda","type-hints","serverless"],"use_cases":["Add IDE autocomplete and type checking to Lambda handler functions without runtime overhead.","Catch typos and incorrect field access in event and context objects before deployment.","Document the expected shape of Lambda events in your codebase through type annotations.","Enable refactoring tools and IDE navigation to safely trace usage of event fields across serverless code.","Validate handler signatures against AWS Lambda's event and context contracts during development."],"what_it_does":"aws-lambda-typing is a type-hints library for AWS Lambda handlers. It provides type annotations for event and context objects that Lambda passes to your handler function, plus response types for various Lambda integrations including API Gateway, SQS, DynamoDB Streams, S3, SNS, and others. The package does not enforce types at runtime\u2014it exists purely to enable IDE autocomplete and static type checking in your development environment.\n\nYou import event and context types, annotate your handler function signature, and gain IDE support for accessing fields on those objects. The library covers a broad range of AWS services that can trigger Lambda functions, including ALB, API Gateway (v1 and v2), AppSync, CloudFormation, CloudWatch, CodeCommit, CodePipeline, Cognito, Config, DynamoDB Streams, EventBridge, Kinesis, MQ, MSK, S3, Secrets Manager, SES, SNS, and SQS, along with WebSocket route events.","worth_installing":"Yes, if you are writing typed Python Lambda handlers and want IDE support and static type checking. The library is stable, has no security vulnerabilities, and carries minimal install friction. However, maintenance is dormant (last release 864 days ago), so verify that type definitions cover your specific event sources before relying on them for critical validation."},"id":"aws-lambda-typing","links":{"html":"https://skillfed.io/packages/aws-lambda-typing","md":"https://skillfed.io/packages/aws-lambda-typing.md","pypi":"https://pypi.org/project/aws-lambda-typing/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-04-02","license_spdx":null,"license_treatment":"permissive","name":"aws-lambda-typing","python_support":"supports_current","summary":"A package that provides type hints for AWS Lambda event, context and response objects"},"popularity":{"monthly_downloads":2591290,"position":2980,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.20.0"}
