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

#814 Add Transport Layer: AWS Lambda #815

Merged
merged 31 commits into from
Feb 22, 2019

Commits on Dec 22, 2018

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

    suekto-andreas committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    92a7ef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4250690 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c20a3a View commit details
    Browse the repository at this point in the history
  5. add error encoder

    suekto-andreas committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    4d460b1 View commit details
    Browse the repository at this point in the history
  6. add finalizer

    suekto-andreas committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    095df04 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. add basic happy flow

    suekto-andreas committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    a81b28e View commit details
    Browse the repository at this point in the history
  2. add ServerBefore tests

    suekto-andreas committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    9561ebf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b8444b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d05a7ed View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

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

Commits on Dec 26, 2018

  1. testing: ErrorEncoder to reflect behavior of encoding error as payloa…

    …d for AWS APIGateway event handling, as if we return error not nil to lambda it shall treated as error, and the API response would not be pretty
    suekto-andreas committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    d29f5a3 View commit details
    Browse the repository at this point in the history
  2. add wrapper

    suekto-andreas committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    4fd90b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. capitalize Lambda

    suekto-andreas committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    50e8961 View commit details
    Browse the repository at this point in the history
  2. add particle an

    suekto-andreas committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    356f722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bceaf55 View commit details
    Browse the repository at this point in the history
  4. Update transport/awslambda/request_response_funcs.go

    Co-Authored-By: suekto-andreas <suekto.andreas@gmail.com>
    peterbourgon and suekto-andreas committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    fe44f2d View commit details
    Browse the repository at this point in the history
  5. Update transport/awslambda/request_response_funcs.go

    Co-Authored-By: suekto-andreas <suekto.andreas@gmail.com>
    peterbourgon and suekto-andreas committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    4c4334a View commit details
    Browse the repository at this point in the history
  6. Update transport/awslambda/server.go

    Co-Authored-By: suekto-andreas <suekto.andreas@gmail.com>
    peterbourgon and suekto-andreas committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    9e2d959 View commit details
    Browse the repository at this point in the history
  7. Update transport/awslambda/request_response_funcs.go

    Co-Authored-By: suekto-andreas <suekto.andreas@gmail.com>
    peterbourgon and suekto-andreas committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    cad1fdc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3de95b5 View commit details
    Browse the repository at this point in the history
  9. remove \n from test

    suekto-andreas committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    62efc64 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    19d5afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a69716 View commit details
    Browse the repository at this point in the history
  3. remove wrapper

    suekto-andreas committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    5a7cbf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e831b16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1be9848 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Update transport/awslambda/handler.go

    Co-Authored-By: suekto-andreas <suekto.andreas@gmail.com>
    fahrradflucht and suekto-andreas committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    4f01057 View commit details
    Browse the repository at this point in the history
  2. Update transport/awslambda/handler.go

    Co-Authored-By: suekto-andreas <suekto.andreas@gmail.com>
    fahrradflucht and suekto-andreas committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    a04bdd6 View commit details
    Browse the repository at this point in the history
  3. Update transport/awslambda/handler.go

    Co-Authored-By: suekto-andreas <suekto.andreas@gmail.com>
    fahrradflucht and suekto-andreas committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    40f8b1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a31338 View commit details
    Browse the repository at this point in the history