Skip to content

Commit 877b30d

Browse files
committed
upgrade php version, upgrade bref, fix hard coded account id
1 parent aede008 commit 877b30d

File tree

5 files changed

+417
-1245
lines changed

5 files changed

+417
-1245
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repo is setup to with separate branches for different use cases of running
1313
## Requirements
1414

1515
- terraform cli
16-
- php >=7.4
16+
- php >=8.0
1717
- composer
1818

1919
## Setup
@@ -25,8 +25,7 @@ This repo is setup to with separate branches for different use cases of running
2525
### Terraform and Infrastructure
2626

2727
- Initialize terraform with `cd ./infrastructure && terraform init`
28-
- Package handler and vendor dependencies into zip file for initial terraform apply with `zip -r function.zip ./ -x "./infrastructure/*"`
29-
- Copy to infrastructure directory `cp function.zip ./infrastructure/`
30-
- Deploy infrastructure with `cd ./infrastructure && terraform apply --auto-approve`
3128

32-
Once completed successfuly you can now deploy new changes with `./deploy.sh` from the root project directory.
29+
## Links
30+
31+
- [Bref runtime layers](https://runtimes.bref.sh/)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"require": {
3-
"bref/bref": "1.6.0",
4-
"bref/symfony-bridge": "^0.2.0",
5-
"bref/logger": "^1.0"
3+
"bref/bref": "^2.1.9",
4+
"bref/symfony-bridge": "^1.0.0",
5+
"bref/logger": "^1.0.2"
66
},
77
"config": {
88
"allow-plugins": {

0 commit comments

Comments
 (0)