{"id":20278761,"url":"https://github.com/zrierc/laravel-lambda","last_synced_at":"2025-10-12T15:35:30.546Z","repository":{"id":110150536,"uuid":"535546355","full_name":"zrierc/laravel-lambda","owner":"zrierc","description":"Implement deploying Laravel App on AWS Lambda with several methods ","archived":false,"fork":false,"pushed_at":"2022-10-11T03:00:41.000Z","size":244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T01:46:22.839Z","etag":null,"topics":["aws-lambda","lambda","laravel","php","serverless"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/zrierc.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":"2022-09-12T06:56:54.000Z","updated_at":"2022-10-11T05:13:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"7bac6278-3638-4450-a507-fe9b431e0f45","html_url":"https://github.com/zrierc/laravel-lambda","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zrierc/laravel-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrierc%2Flaravel-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrierc%2Flaravel-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrierc%2Flaravel-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrierc%2Flaravel-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zrierc","download_url":"https://codeload.github.com/zrierc/laravel-lambda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrierc%2Flaravel-lambda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011850,"owners_count":26085004,"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-10-12T02:00:06.719Z","response_time":53,"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","lambda","laravel","php","serverless"],"created_at":"2024-11-14T13:26:10.040Z","updated_at":"2025-10-12T15:35:30.531Z","avatar_url":"https://github.com/zrierc.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/laravel/framework\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Laravel\n\nLaravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:\n\n-   [Simple, fast routing engine](https://laravel.com/docs/routing).\n-   [Powerful dependency injection container](https://laravel.com/docs/container).\n-   Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.\n-   Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).\n-   Database agnostic [schema migrations](https://laravel.com/docs/migrations).\n-   [Robust background job processing](https://laravel.com/docs/queues).\n-   [Real-time event broadcasting](https://laravel.com/docs/broadcasting).\n\nLaravel is accessible, powerful, and provides tools required for large, robust applications.\n\n## Deployment Methods\n\nThis project is intended to be deployed to [AWS Lambda](https://aws.amazon.com/lambda/). There are several ways to deploy Laravel app to AWS Lambda.\n\n-   The first and easiest method is using [Serverless PHP - bref](https://bref.sh/). Bref is a composer packages that uses [Serverless Framework](https://www.serverless.com/) to helps you deploy PHP-based applications to AWS and run them on AWS Lambda.\n-   Another method is using [aws-lambda-web-adapter](https://github.com/awslabs/aws-lambda-web-adapter) with [AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html).\n\n**Please check out each branch of this repository to learn more about each deployment.**\n\n## References\n\nHere are the resources that might help to learn more about each deployment method:\n\n-   [AWS Lambda Official Docs](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html).\n-   [Bref Official Docs](https://bref.sh/).\n-   [Serverless Framework](https://www.serverless.com/framework/docs/getting-started).\n-   [AWS Lambda Web Adapter Repository](https://github.com/awslabs/aws-lambda-web-adapter).\n-   [AWS Serverless Application Model (SAM) Documentation](https://aws.amazon.com/serverless/sam/).\n\nIf you have questions or found any problem let me know by opening issue - your feedback and contributions are welcome!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrierc%2Flaravel-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzrierc%2Flaravel-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrierc%2Flaravel-lambda/lists"}