Skip to content

Commit 9fbfa77

Browse files
author
JayJamieson
committed
basic s3 handler and terraform deployment
1 parent 9ced20b commit 9fbfa77

File tree

6 files changed

+2966
-0
lines changed

6 files changed

+2966
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ override.tf.json
2727

2828
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
2929
# example: *tfplan*
30+
31+
function.zip
32+
infrastructure/.terraform.lock.hcl
33+
infrastructure/terraform.tfstate
34+
infrastructure/terraform.tfstate.backup
35+
infrastructure/.terraform/providers/registry.terraform.io/hashicorp/aws/4.22.0/linux_amd64/terraform-provider-aws_v4.22.0_x5
36+
vendor/*

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"require": {
3+
"bref/bref": "1.6.0",
4+
"bref/symfony-bridge": "^0.2.0",
5+
"bref/logger": "^1.0"
6+
},
7+
"config": {
8+
"allow-plugins": {
9+
"symfony/runtime": true
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)