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

Retrieve Lambda logs on API Gateway error #129

Open
ceilfors opened this issue Jun 25, 2019 · 0 comments
Open

Retrieve Lambda logs on API Gateway error #129

ceilfors opened this issue Jun 25, 2019 · 0 comments

Comments

@ceilfors
Copy link
Collaborator

Story
As a developer,
I would like to be able to see the relevant Lambda logs when my API call is failing in my integration test,
So that I don't need to query and wait for the Lambda logs manually (the logs are not coming out instantly)

Considerations

  • There are many HTTP clients in the nodejs world already, is it a good idea to introduce a new client?
  • If we are not introducing a new client, how would the API look like? Could we hack the underlying node.js http module? Maybe something like laconiaTestHelper.getLastApiCallLog()?
  • How would we know if we are getting the relevant Lambda logs for that particular API call?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant