{"id":26198916,"url":"https://github.com/antogno/omninext","last_synced_at":"2026-05-03T18:35:58.216Z","repository":{"id":223734704,"uuid":"761380031","full_name":"antogno/omninext","owner":"antogno","description":"Simple AWS Lambda REST API in Node.js with Serverless.","archived":false,"fork":false,"pushed_at":"2024-03-02T10:55:27.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T02:55:04.405Z","etag":null,"topics":["api","aws","aws-lambda","node","serverless","serverless-framework"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antogno.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}},"created_at":"2024-02-21T19:01:16.000Z","updated_at":"2024-06-20T18:21:58.000Z","dependencies_parsed_at":"2024-02-21T20:26:35.491Z","dependency_job_id":"537affab-7a38-4495-81be-2dd33eec2492","html_url":"https://github.com/antogno/omninext","commit_stats":null,"previous_names":["antogno/omninext"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/antogno/omninext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antogno%2Fomninext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antogno%2Fomninext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antogno%2Fomninext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antogno%2Fomninext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antogno","download_url":"https://codeload.github.com/antogno/omninext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antogno%2Fomninext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32580172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["api","aws","aws-lambda","node","serverless","serverless-framework"],"created_at":"2025-03-12T02:55:06.303Z","updated_at":"2026-05-03T18:35:58.211Z","avatar_url":"https://github.com/antogno.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!NOTE]\n\u003e This project was created as a technical test on behalf of [Omninext](https://omninext.it).\n\n# Omninext\n\n\u003cp\u003e\n\t\u003ca href=\"https://github.com/antogno/omninext/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/antogno/omninext\" alt=\"License\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/antogno/omninext/commits\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/antogno/omninext\" alt=\"Last commit\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/antogno/omninext/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/tag/antogno/omninext?label=last%20release\" alt=\"Last release\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nSimple AWS Lambda REST API in Node.js with Serverless.\n\n---\n\n## Table of contents\n\n- [Usage](#usage)\n- [Deploy](#deploy)\n- [Docs](#docs)\n- [License](#license)\n\n## Usage\n\nYou can access the API at [https://g5x6nvsdj3.execute-api.us-east-1.amazonaws.com](https://g5x6nvsdj3.execute-api.us-east-1.amazonaws.com).\n\n### Pre-requisites\n\nInstall [Serverless](https://www.serverless.com):\n\n```console\n$ npm i -g serverless\n```\n\nYou'll also need Java and [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).\n\n### Setup\n\nInstall the dependencies:\n\n```console\n$ npm i\n```\n\nRun the following command:\n\n```console\n$ npm run init\n```\n\nConfigure AWS credentials by running the following command:\n\n```console\n$ aws configure\n```\n\nYou can put any value for the access key ID and the secret access key. All that matters is the region name that must be \"local\":\n\n```console\nAWS Access Key ID [None]: dev\nAWS Secret Access Key [None]: dev\nDefault region name [None]: local\nDefault output format [None]:\n```\n\nWhen asked about the default output format, you can type \"json\" or just press enter.\n\n### Run\n\n```\n$ npm run dev\n```\n\nThe API is now accessible at [localhost:3000](http://localhost:3000).\n\n## Deploy\n\nTo deploy this entire service via Serverless you must follow the following steps.\n\nFirst, login with Serverless:\n\n```console\n$ sls login\n```\n\nThen add the following two properties at the top of the `serverless.yml` file:\n\n```yml\norg: \u003cname of your org\u003e\napp: omninext\n```\n\nLastly, run:\n\n```console\n$ npm run deploy\n```\n\nNow you should be able to access the API through a URL similar to [https://g5x6nvsdj3.execute-api.us-east-1.amazonaws.com](https://g5x6nvsdj3.execute-api.us-east-1.amazonaws.com).\n\n## Docs\n\n```console\n$ npm run docs\n```\n\nThe documentation is now accessible at [localhost:4000](http://localhost:4000).\n\n## License\n\nOmninext is licensed under the terms of the [Creative Commons Zero v1.0 Universal license](https://github.com/antogno/omninext/blob/master/LICENSE).\n\nFor more information, see the [Creative Commons website](https://creativecommons.org/publicdomain/zero/1.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantogno%2Fomninext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantogno%2Fomninext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantogno%2Fomninext/lists"}