{"id":20499219,"url":"https://github.com/vikrantaroraa/netlify-serverless-project","last_synced_at":"2026-03-09T01:31:34.687Z","repository":{"id":182501495,"uuid":"668556864","full_name":"vikrantaroraa/netlify-serverless-project","owner":"vikrantaroraa","description":"A test repository to learn netlify serverless functions","archived":false,"fork":false,"pushed_at":"2023-07-20T12:03:56.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T19:27:57.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/vikrantaroraa.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-07-20T05:06:17.000Z","updated_at":"2023-07-20T05:06:52.000Z","dependencies_parsed_at":"2025-01-16T06:44:19.569Z","dependency_job_id":"1ae77c77-47dd-4ee9-aac4-325ff5c6e0e3","html_url":"https://github.com/vikrantaroraa/netlify-serverless-project","commit_stats":null,"previous_names":["vikrantaroraa/netlify-serverless-project"],"tags_count":0,"template":false,"template_full_name":"netlify/explorers-up-and-running-with-serverless-functions","purl":"pkg:github/vikrantaroraa/netlify-serverless-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikrantaroraa%2Fnetlify-serverless-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikrantaroraa%2Fnetlify-serverless-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikrantaroraa%2Fnetlify-serverless-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikrantaroraa%2Fnetlify-serverless-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikrantaroraa","download_url":"https://codeload.github.com/vikrantaroraa/netlify-serverless-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikrantaroraa%2Fnetlify-serverless-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30279777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2024-11-15T18:16:49.512Z","updated_at":"2026-03-09T01:31:34.665Z","avatar_url":"https://github.com/vikrantaroraa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Up and Running with Serverless Functions (Jamstack Explorers)\n\nLearn how to use serverless functions in less than 30 minutes!\n\n📼: [Free Video Course](https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/)\n\n## 📚 Resources\n\n| Lesson                                                                                                                                                                                                | Start Branch                                                                                              | End Branch                                                                                              |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |\n| [Introduction with Serverless Functions](https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/introduction-with-serverless-functions)                                         | -                                                                                                         | -                                                                                                       |\n| [Project Setup with Serverless Functions](https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/project-setup-with-serverless-functions)                                       | [Start Code](https://github.com/netlify/explorers-up-and-running-with-serverless-functions/tree/02-begin) | [End Code](https://github.com/netlify/explorers-up-and-running-with-serverless-functions/tree/02-end)   |\n| [Create Your First Serverless Function](https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/create-your-first-serverless-function)                                           | [Start Code](https://github.com/netlify/explorers-up-and-running-with-serverless-functions/tree/03-begin) | [End Code](https://github.com/netlify/explorers-up-and-running-with-serverless-functions/tree/03-end)   |\n| [Integrate with a Third Party API with Serverless Functions](https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/integrate-with-a-third-party-api-with-serverless-functions) | [Start Code](https://github.com/netlify/explorers-up-and-running-with-serverless-functions/tree/04-begin) | [End Code](https://github.com/netlify/explorers-up-and-running-with-serverless-functions/tree/04-end) |\n| [Deploying Serverless Functions](https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/deploying-serverless-functions)                                                         | -                                                                                                         | -                                                                                                       |\n| [Customizing the Request with Serverless Functions](https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/customizing-the-request-with-serverless-functions)                   | [Start Code](https://github.com/netlify/explorers-up-and-running-with-serverless-functions/tree/06-begin) | [End Code](https://github.com/netlify/explorers-up-and-running-with-serverless-functions/tree/06-end)   |\n| [The Power of Atomic Serverless Functions](https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/the-power-of-atomic-serverless-functions)                                     | -                                                                                                         | -                                                                                                       |\n| [Next Steps with Serverless Functions](https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/next-steps-with-serverless-functions)                                             | -                                                                                                         | -                                                                                                       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikrantaroraa%2Fnetlify-serverless-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikrantaroraa%2Fnetlify-serverless-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikrantaroraa%2Fnetlify-serverless-project/lists"}