Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new handler protocols + Codable support #351

Merged
merged 8 commits into from
Sep 4, 2024

Commits on Sep 2, 2024

  1. Add NewLambdaHandler + LambdaWithBackgroundProcessingHandler protocol…

    …s. Add closure handlers for StreamingLambdaHandler + NewLambdaHandler. Add Codable adapters.
    aryan-25 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    804bed7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Add documentation, add new internal `LambdaRuntimeClientResponseStrea…

    …mWriter`, move Foundation import from AWSLambdaRuntimeCore
    aryan-25 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b4a6a4f View commit details
    Browse the repository at this point in the history
  2. Refactor

    aryan-25 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6bf879c View commit details
    Browse the repository at this point in the history
  3. Refactor

    aryan-25 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3bcc17a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eebc52 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    aryan-25 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bf7497a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add LambdaJSONOutputEncoder

    aryan-25 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6f384ae View commit details
    Browse the repository at this point in the history
  2. Apply formatter

    aryan-25 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f386e76 View commit details
    Browse the repository at this point in the history