{"id":22477201,"url":"https://github.com/jhonatanit/code-challenge-dealer-service","last_synced_at":"2026-04-28T13:34:48.955Z","repository":{"id":168493644,"uuid":"644200773","full_name":"JhonatanIT/code-challenge-dealer-service","owner":"JhonatanIT","description":"Serverless microservice to expose dealers and vehicles","archived":false,"fork":false,"pushed_at":"2025-05-19T17:53:02.000Z","size":564,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-19T18:47:22.367Z","etag":null,"topics":["aws-lambda","javascript","microservice","nodejs","serverless"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JhonatanIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-23T03:08:08.000Z","updated_at":"2024-12-17T10:02:31.000Z","dependencies_parsed_at":"2024-05-21T08:51:19.243Z","dependency_job_id":"346dd7d7-a96a-4b2e-af14-ed65901643e2","html_url":"https://github.com/JhonatanIT/code-challenge-dealer-service","commit_stats":null,"previous_names":["jhonatanit/code-challenge-dealer-service"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JhonatanIT/code-challenge-dealer-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JhonatanIT%2Fcode-challenge-dealer-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JhonatanIT%2Fcode-challenge-dealer-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JhonatanIT%2Fcode-challenge-dealer-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JhonatanIT%2Fcode-challenge-dealer-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JhonatanIT","download_url":"https://codeload.github.com/JhonatanIT/code-challenge-dealer-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JhonatanIT%2Fcode-challenge-dealer-service/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262337154,"owners_count":23296031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-lambda","javascript","microservice","nodejs","serverless"],"created_at":"2024-12-06T14:09:49.450Z","updated_at":"2026-04-28T13:34:48.913Z","avatar_url":"https://github.com/JhonatanIT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# code-challenge-dealer-service\nServerless microservice to expose dealers and vehicles\n\n## API Gateway Endpoints\n\n![API Gateway Endpoints](https://i.imgur.com/wlDhr6P.png)\n\n    GET - https://9tjf6hha91.execute-api.us-west-2.amazonaws.com/dealers\n    GET - https://9tjf6hha91.execute-api.us-west-2.amazonaws.com/vehicles/{bac}\n\n## Install and set-up a project\n\n    npm init -y\n    npm install serverless\n    npm install serverless-offline\n    npm install node-fetch@2\n    npm install yup\n    npm install jest --save-dev\n    npm install serverless-plugin-include-dependencies --save-dev\n    serverless create --template aws-nodejs\n    serverless plugin install -n serverless-plugin-common-excludes\n    \n## Deploy manually in AWS\n\n    serverless config credentials --provider aws --key \u003ckey\u003e --secret \u003csecret\u003e\n    serverless deploy\n\n## Local serverless test\n\n    serverless offline start\n\n## Recommendations\n* Use a short name of service in the serverless.yml\n\n## See Github action for Serverless documentation\nhttps://github.com/serverless/github-action","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhonatanit%2Fcode-challenge-dealer-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhonatanit%2Fcode-challenge-dealer-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhonatanit%2Fcode-challenge-dealer-service/lists"}