{"id":26299230,"url":"https://github.com/trackit/hexagonal-architecture-workshop","last_synced_at":"2026-04-29T19:02:33.575Z","repository":{"id":89793003,"uuid":"486101302","full_name":"trackit/hexagonal-architecture-workshop","owner":"trackit","description":"Simple Serverless app implementing Hexagonal Architecture.","archived":false,"fork":false,"pushed_at":"2022-05-18T19:55:02.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-01T23:18:33.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trackit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-27T08:04:34.000Z","updated_at":"2022-04-27T14:07:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5fbd6c6-e436-4cb8-9a48-c6c90c5cba51","html_url":"https://github.com/trackit/hexagonal-architecture-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trackit/hexagonal-architecture-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Fhexagonal-architecture-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Fhexagonal-architecture-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Fhexagonal-architecture-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Fhexagonal-architecture-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trackit","download_url":"https://codeload.github.com/trackit/hexagonal-architecture-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trackit%2Fhexagonal-architecture-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-03-15T06:47:50.925Z","updated_at":"2026-04-29T19:02:33.570Z","avatar_url":"https://github.com/trackit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serverless Hexagonal workshop\n\n## Installation/deployment instructions\n\nDepending on your preferred package manager, follow the instructions below to deploy your project.\n\n\u003e **Requirements**: NodeJS `lts/fermium (v.14.15.0)`. If you're using [nvm](https://github.com/nvm-sh/nvm), run `nvm use` to ensure you're using the same Node version in local and in your lambda's runtime.\n\n### Using NPM\n\n- Run `npm i` to install the project dependencies\n- Run `npx sls deploy` to deploy this stack to AWS\n\n### Using Yarn\n\n- Run `yarn` to install the project dependencies\n- Run `yarn sls deploy` to deploy this stack to AWS\n\n### Run tests\n\n#### Start the docker compose.\n\n```bash\nnpm run docker:up\n```\n\n#### Init resources needed to run tests.\n\n```bash\nnpm run test:init\n```\n\nThis generates a .env.test file with the environment variables needed ot run tes tests.\nYou can feed that to your configuration in Intellij.\n\n#### Run tests\n\n```bash\nnpm run test\n```\n\n#### Clear environment\n\n```bash\nnpm run docker:down\n```\n\n\n\n## Deploy\n\nTo deploy we use serverless framework.\n\n### Get API Key for CoinLayer API\n\nYou need to register in this [website](https://coinlayer.com/).\n\n### Environment file\nYour application needs to have access to this key.\nGenerate a `.env` file and write the following:\n\n```dotenv\nCOIN_LAYER_ACCESS_KEY=KEY_FROM_API\n```\n\n### Deploy the serverless stack\n\n```bash\nnpx env-cmd -f .env npx serverless deploy --stage dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrackit%2Fhexagonal-architecture-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrackit%2Fhexagonal-architecture-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrackit%2Fhexagonal-architecture-workshop/lists"}