https://github.com/antidot-framework/antidot-bref-lambda-demo
Running Antidot Framework in AWS Lambda using Bref
https://github.com/antidot-framework/antidot-bref-lambda-demo
Last synced: 4 months ago
JSON representation
Running Antidot Framework in AWS Lambda using Bref
- Host: GitHub
- URL: https://github.com/antidot-framework/antidot-bref-lambda-demo
- Owner: antidot-framework
- License: bsd-2-clause
- Created: 2019-05-25T11:18:20.000Z (about 6 years ago)
- Default Branch: 1.x.x
- Last Pushed: 2021-02-06T17:10:07.000Z (over 4 years ago)
- Last Synced: 2025-01-06T07:23:27.112Z (6 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Running Antidot Framework in AWS Lambda using Bref
[This guide](https://antidotfw.io/#/framework/running-application) helps you run Antidot framework applications on AWS Lambda using Bref.
## Requirements
* PHP ^7.4|^8.0
* [Bref.sh](https://bref.sh/)
* [Antidot Framework](https://antidotfw.io)
* [Serverless Framework](https://www.serverless.com/)## Usage
With PHP8 it will work out of the box
```bash
git clone [email protected]:antidot-framework/antidot-bref-lambda-demo.git lambda
cd lambda
composer install --prefer-dist --optimize-autoloader --no-dev
serverless deploy
```With PHP7.4 change the runtime in `serverless.yaml` file.