aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into feature/iam.tfAlex2024-08-152-0/+83
|\
| * Merge pull request #23 from ↵lian-manonog2024-08-153-0/+135
| |\ | | | | | | | | | | | | ajschofield/feature/terraform-additional-functionality Feature/terraform additional functionality
| | * Merge branch 'development' into feature/terraform-additional-functionalitybulve-ad2024-08-135-20/+202
| | |\
| | * | restore load_lambda scriptAng Bel2024-08-131-0/+52
| | | |
| | * | rds.tf file with some placehodlers. Additional set up is requiredAng Bel2024-08-133-0/+162
| | | |
| * | | Merge pull request #25 from ajschofield/chore/temp-merge-main-to-devAlex2024-08-132-0/+87
| |\ \ \ | | |_|/ | |/| | pr: merge main changes to development
| | * | Merge branch 'main' into chore/temp-merge-main-to-devAlex Schofield2024-08-132-0/+87
| |/| |
* | | | Merge branch 'main' into feature/iam.tfAlex2024-08-152-0/+87
|\ \ \ \
| * \ \ \ Merge pull request #24 from ajschofield/docs/dev-notesAlex2024-08-131-36/+81
| |\ \ \ \ | | |_|/ / | |/| | | pr: developer notes changes
| * | | | Merge pull request #21 from ajschofield/feature/ci-testsAlex2024-08-132-0/+87
| |\ \ \ \ | | | | | | | | | | | | pr: initial ci/cd setup
| | * | | | ci: check if python files existAlex Schofield2024-08-131-0/+17
| | | | | |
| | * | | | ci: set cwd to ./terraform.ymlAlex Schofield2024-08-131-0/+3
| | | | | |
| | * | | | ci: rm unused deploy.ymlAlex Schofield2024-08-131-33/+0
| | | | | |
| | * | | | ci: add python quality checks (separately)Alex Schofield2024-08-131-0/+33
| | | | | |
| | * | | | ci: add terraform quality checksAlex Schofield2024-08-131-0/+34
| | | | | |
| | * | | | fix(ci): replace glob pattern for pylintAlex Schofield2024-08-131-1/+1
| | | | | |
| | * | | | ci: initialise quality-checks jobAlex Schofield2024-08-131-0/+33
| |/ / / /
* | | | | fix(tf): create lambda zips before referencingAlex Schofield2024-08-151-6/+21
| | | | |
* | | | | Merge branch 'feature/iam/alex-changes' into feature/iam.tfAlex Schofield2024-08-157-181/+169
|\ \ \ \ \
| * | | | | fix(infra/tf): add unique id to permissionsAlex Schofield2024-08-151-11/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was done to resolve issues with `ResourceConflictException` - add random_string resources for every lambda permission to add as suffixes - also add lifecycle options to force recreation whenever the random strings change
| * | | | | feat(tf): add cloudwatch events iam policiesAlex Schofield2024-08-141-0/+27
| | | | | |
| * | | | | chore(cleanup): remove unused rds sectionAlex Schofield2024-08-141-3/+0
| | | | | |
| * | | | | chore(cleanup): remove commented out codeAlex Schofield2024-08-141-11/+0
| | | | | |
| * | | | | infra(tf): temporarily remove events policiesAlex Schofield2024-08-141-28/+0
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/feature/iam/alex-changes' into ↵Alex Schofield2024-08-146-143/+124
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/iam/alex-changes
| | * | | | | test(tf): attempt to solve ResourceConflictExceptionAlex Schofield2024-08-146-160/+139
| | | | | | |
| * | | | | | infra(tf): simplify multi_service_roleAlex Schofield2024-08-141-17/+15
| | | | | | |
| * | | | | | chore(gitignore): ignore .DS_StoreAlex Schofield2024-08-141-1/+2
| |/ / / / /
* | | | | | uncomment s3 objectsEllie2024-08-141-17/+17
| | | | | |
* | | | | | amend s3 handler to extractEllie2024-08-141-1/+1
| | | | | |
* | | | | | chage rate 30 secondsEllie2024-08-141-1/+1
|/ / / / /
* | | | | wip: terraform debugginglian-manonog2024-08-145-26/+35
| | | | |
* | | | | update gitignorelian-manonog2024-08-141-1/+2
| | | | |
* | | | | style changelian-manonog2024-08-141-1/+1
| | | | |
* | | | | change the attachment/policies, individuallian-manonog2024-08-141-8/+23
| | | | |
* | | | | change the name of bucket in backend bucketlian-manonog2024-08-141-1/+1
| | | | |
* | | | | change the s3-keylian-manonog2024-08-141-3/+3
| | | | |
* | | | | delete events TBDlian-manonog2024-08-141-52/+0
| | | | |
* | | | | wip: running terraform apply to continue fixing terraform infrastructurelian-manonog2024-08-135-65/+84
| |_|/ / |/| | |
* | | | Merge pull request #19 from ajschofield/chore/tf-iamlian-manonog2024-08-131-0/+128
|\ \ \ \ | | | | | | | | | | merging the iam.tf file in tf with development (no conflicts)
| * | | | infra(tf): clean-up codeEllie2024-08-131-13/+56
| | | | |
| * | | | infra(tf): clean-up code & init lambda iam setupEllie2024-08-131-49/+74
| | | | |
| * | | | infra(tf): add wip lambda roleEllie2024-08-131-3/+6
| | | | |
| * | | | infra(tf): add wip write policy and attach policyEllie2024-08-131-12/+21
| | | | |
| * | | | infra(tf): add s3 policy for list & writeEllie2024-08-131-5/+24
| | | | |
| * | | | Merge remote-tracking branch 'origin/development' into chore/tf-iamEllie2024-08-133-36/+130
| |\ \ \ \
| * | | | | chore: add aws_iam_roleEllie2024-08-121-0/+29
| | |/ / / | |/| | |
* | | | | Merge pull request #18 from ajschofield/feature/lambdas-tf-setupEllie2024-08-135-20/+121
|\ \ \ \ \ | | | | | | | | | | | | Merging lambda features branch to development
| * | | | | replacement for events.tf variable placeholders, s3 bucket notifications, ↵Ang Bel2024-08-135-20/+121
| | |_|_|/ | |/| | | | | | | | | | | | | lambda.tf set up (function, zip, permissions), code bucket to store zipped lambdas
* | | | | Merge pull request #16 from ajschofield/feature-extract-lambda-db-connectionHastarTara2024-08-131-0/+32
|\ \ \ \ \ | |/ / / / |/| | | | database connection added to func (Extract Lambda)
git.ajschof.me — hosted by ajschofield — powered by cgit