{"id":23854970,"url":"https://github.com/ara-framework/hypernova-lambda","last_synced_at":"2025-09-08T02:31:05.216Z","repository":{"id":52416470,"uuid":"172252861","full_name":"ara-framework/hypernova-lambda","owner":"ara-framework","description":"Implementation of Hypernova for AWS Lambda","archived":false,"fork":false,"pushed_at":"2021-04-29T20:23:45.000Z","size":11,"stargazers_count":9,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T15:09:15.014Z","etag":null,"topics":["aws-lambda","hypernova"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/hypernova-lambda","language":"JavaScript","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/ara-framework.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}},"created_at":"2019-02-23T19:07:38.000Z","updated_at":"2020-10-27T13:53:14.000Z","dependencies_parsed_at":"2022-09-07T06:12:05.367Z","dependency_job_id":null,"html_url":"https://github.com/ara-framework/hypernova-lambda","commit_stats":null,"previous_names":["marconi1992/hypernova-lambda"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ara-framework/hypernova-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ara-framework","download_url":"https://codeload.github.com/ara-framework/hypernova-lambda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-lambda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274122955,"owners_count":25226023,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aws-lambda","hypernova"],"created_at":"2025-01-03T00:19:31.475Z","updated_at":"2025-09-08T02:31:04.923Z","avatar_url":"https://github.com/ara-framework.png","language":"JavaScript","readme":"# Hypernova Lambda\n\nImplementation of [Hypernova](https://github.com/airbnb/hypernova) for [AWS Lambda](https://aws.amazon.com/lambda/)\n\n## Differences of Hypernova Server\n\n**Hypernova Lambda** uses [Amazon API Gateway](https://aws.amazon.com/api-gateway/) instead of [express](https://expressjs.com/) as HTTP Server and the Server Side Rendering will be perform by the Lambda Function.\n\n### Options for Hypernova Lambda\n\nThe only supported option for Hypernova Lambda is `getComponent` and `processJobsConcurrently` is `true` by default so all the job will be proccessed concurrently.\n```js\n{\n  getComponet: undefined\n}\n```\n\n## Installation\n```sh\nnpm install --save hypernova-lambda hypernova\n```\n\n## Example\n\n```js\nimport hypernova from 'hypernova-lambda';\n\nconst getComponent = (name) =\u003e {\n  if (name === 'Header') {\n    return /* return component to be render here */\n  }\n  return null;\n};\n\nexport const handler = (event, context, callback) =\u003e {\n  hypernova(event, { getComponent }, callback);\n};\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fara-framework%2Fhypernova-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fara-framework%2Fhypernova-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fara-framework%2Fhypernova-lambda/lists"}