-
Notifications
You must be signed in to change notification settings - Fork 0
Add breeds-get Lambda Function #1
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
base: master
Are you sure you want to change the base?
Conversation
… repository is not available. This could alternatively be made public, but since none of the other packages reference the artifact repository, this seems accidental.
…peScript 4, but version 3.6.4 is currently being used. microsoft/TypeScript#36775
…the API and transforms the response into flattened list of sub-breed and breeds
funador
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Mark,
Thanks for taking the time to complete the challenge. Some really solid work here. I left a couple of comments in the PR. In addition, I noticed a couple of other issues:
- when I run
yarn lintthere is an error - Can we use the same directory structure for
randomas we did forbreedsthis will help maintain consistency
I really appreciate all your efforts so far. Please let me know if you have any questions about anything. Looking forward to seeing what you come up with.
Cheers
…ONNRESET' error to simulate a timeout
…a designated amount of time and add tests for aborted api calls
|
@funador I think I've addressed all of the code comments. Let me know if you see any others. |
This adds a new lambda function to retrieve the list of dog breeds from the API and transforms the response (an object with breeds as keys and sub-breeds as the values) to an array of strings