Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

illagrenan/lambda-typing

Open more actions menu

Repository files navigation

λ 🐍 🚀 Lambda Typing

PyPi MIT TravisCI Coverage Supported Python implementations Supported Python versions

Introduction

This package contains LambdaDict and LambdaContext types for AWS Lambda handler parameters.

Credits: https://gist.github.com/alexcasalboni/a545b68ee164b165a74a20a5fee9d133 💖

Installation

  • Supported Python versions are: 3.6 and 3.7.
pip install --upgrade lambda-typing

Usage

from lambda_typing.types import LambdaDict, LambdaContext


def handle_event(event: LambdaDict, context: LambdaContext) -> LambdaDict:
    ...

    return {
        "message": "Foo bar",
        "event": event
    }

License

The MIT License (MIT)

About

Python typehints for AWS Lambda

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.