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

Custom Lambda Runtime #276

Open
wants to merge 59 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2022

  1. Bump base version

    armanbilge committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7ea939b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26b1622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95efe18 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    be96317 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    ebf5e97 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    6f990ad View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    f6a904b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. added function to obtain LambdaRequest from response and added error …

    …handling to handler invocation
    scott-thomson239 committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    defb679 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    c95cecb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    2de1748 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    b7e6054 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    b07406c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    0eb162e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    24c4261 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    602460b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. refactored tests

    scott-thomson239 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    25403d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    a65d045 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. fixed failing test

    scott-thomson239 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    206ec6a View commit details
    Browse the repository at this point in the history
  2. general clean up

    scott-thomson239 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    aa06238 View commit details
    Browse the repository at this point in the history
  3. fix missing import

    scott-thomson239 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    39562d6 View commit details
    Browse the repository at this point in the history
  4. ran scalafmt

    scott-thomson239 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    108c2cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    016df57 View commit details
    Browse the repository at this point in the history
  6. added file headers

    scott-thomson239 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7ce4f85 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    fe73a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed8cb7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2b7151 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cf6033 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3f8553 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. fix for potential type inference problem in expect method and correct…

    …ed incorrect error checking in test
    scott-thomson239 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    7c69d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd8f0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    accb4b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6acf432 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2449d3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d79651 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c4974c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2548296 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35d797f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93d55aa View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    af3b527 View commit details
    Browse the repository at this point in the history
  2. Parse/decode in single op

    armanbilge committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f3022e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d630597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    366248a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab6fa05 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Reduce noise

    armanbilge committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    54c3032 View commit details
    Browse the repository at this point in the history
  2. Simplifications

    armanbilge committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    b5e3019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6de562 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13aa8e9 View commit details
    Browse the repository at this point in the history
  5. Refactor processEvents

    armanbilge committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    3517cb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffa7bb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1f7a2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f83a9de View commit details
    Browse the repository at this point in the history
  9. Fix compile

    armanbilge committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    c700129 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Use embedError

    armanbilge committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9a49c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d53f8be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f284899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3da24a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cdfc9b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    541704e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89d1c69 View commit details
    Browse the repository at this point in the history