Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikgall/laravel-vapor-test
Skeleton Laravel 7 application that can be deployed to Laravel Vapor
https://github.com/erikgall/laravel-vapor-test
aws aws-lambda lambda laravel laravel-vapor serverless vapor
Last synced: 26 days ago
JSON representation
Skeleton Laravel 7 application that can be deployed to Laravel Vapor
- Host: GitHub
- URL: https://github.com/erikgall/laravel-vapor-test
- Owner: erikgall
- Created: 2020-03-16T00:57:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T21:20:34.000Z (about 4 years ago)
- Last Synced: 2024-11-27T18:37:34.000Z (3 months ago)
- Topics: aws, aws-lambda, lambda, laravel, laravel-vapor, serverless, vapor
- Language: PHP
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Vapor Test
Skeleton application that can be deployed using [https://vapor.laravel.com](Laravel Vapor) to test out how it works. Check the "AWS Services Used/Tested` to see which AWS services are used by the application.
## App
The application contains Laravel's basic generated authentication system that requires users to validate their email address by sending a queueable email. Once an account is verified a user can sign-in to the application.
## AWS Services Used/Tested
- Lambda (Serverless Functions)
- RDS (Database)
- SES (Email) - Must add e-mail address to SES that is defined in the `.env` (`MAIL_FROM_ADDRESS` key)
- SQS (Queue)
- DynamoDB (Caching)