File tree Expand file tree Collapse file tree 5 files changed +417
-1245
lines changed Expand file tree Collapse file tree 5 files changed +417
-1245
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This repo is setup to with separate branches for different use cases of running
13
13
## Requirements
14
14
15
15
- terraform cli
16
- - php >=7.4
16
+ - php >=8.0
17
17
- composer
18
18
19
19
## Setup
@@ -25,8 +25,7 @@ This repo is setup to with separate branches for different use cases of running
25
25
### Terraform and Infrastructure
26
26
27
27
- 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 `
31
28
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/ )
Original file line number Diff line number Diff line change 1
1
{
2
2
"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 "
6
6
},
7
7
"config" : {
8
8
"allow-plugins" : {
You can’t perform that action at this time.
0 commit comments