| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs(tf): correct lambda bucket name tag | Alex Schofield | 2024-08-19 | 1 | -1/+1 |
| | | |||||
| * | docs(tf): improve legibility of s3.tf sections | Alex Schofield | 2024-08-19 | 1 | -3/+12 |
| | | |||||
| * | chore(tf): add tags to s3 buckets | Alex Schofield | 2024-08-19 | 1 | -0/+10 |
| | | |||||
| * | infra(tf): add md5/source_code_hash checks for lambda layer | Alex Schofield | 2024-08-19 | 1 | -0/+2 |
| | | |||||
| * | docs(tf): add information about layer zip creation | Alex Schofield | 2024-08-19 | 1 | -0/+2 |
| | | |||||
| * | infra(tf): only create layer zip if doesn't exist | Alex Schofield | 2024-08-19 | 1 | -5/+11 |
| | | |||||
| * | refactor(tf): move sections in lambda.tf for better readability | Alex Schofield | 2024-08-19 | 1 | -32/+37 |
| | | |||||
| * | style(tf): improve legibility of lambda.tf sections | Alex Schofield | 2024-08-19 | 1 | -4/+16 |
| | | |||||
| * | infra(tf): add state file encryption | Alex Schofield | 2024-08-19 | 1 | -3/+4 |
| | | |||||
| * | chore(tf): replace static tag values in main.tf with variables | Alex Schofield | 2024-08-19 | 2 | -4/+24 |
| | | |||||
| * | infra(tf): enforce version constraint on terraform | Alex Schofield | 2024-08-19 | 1 | -0/+1 |
| | | |||||
| * | infra(tf): remove rds.tf | Alex Schofield | 2024-08-19 | 1 | -70/+0 |
| | | |||||
| * | fix(tf): fix permissions for bucket/object access | Alex Schofield | 2024-08-19 | 1 | -2/+15 |
| | | |||||
| * | chore(tf): remove unused requirements variable | Alex Schofield | 2024-08-19 | 1 | -5/+4 |
| | | |||||
| * | fix(tf): correct s3_bucket value for lambda_layer | Alex Schofield | 2024-08-19 | 1 | -1/+1 |
| | | |||||
| * | fix(tf): correct layer.zip output path | Alex Schofield | 2024-08-19 | 1 | -3/+3 |
| | | |||||
| * | infra(tf): remove lambda layer dev reference | Alex Schofield | 2024-08-19 | 1 | -5/+0 |
| | | |||||
| * | infra(tf): modify variables & remove past zip creation | Alex Schofield | 2024-08-19 | 1 | -4/+3 |
| | | |||||
| * | style: remove redundant comment | Alex Schofield | 2024-08-19 | 1 | -6/+2 |
| | | |||||
| * | layers block update, function resources to inlcude attributes: layers, ↵ | Ang Bel | 2024-08-19 | 2 | -31/+44 |
| | | | | | correct handler and source_code_hash | ||||
| * | test(fx): fix prepare_layer - broken | Alex Schofield | 2024-08-16 | 1 | -7/+6 |
| | | |||||
| * | chore(tf): remove dummy username/password | Alex Schofield | 2024-08-16 | 1 | -12/+2 |
| | | | | | sorry hackers! | ||||
| * | infra(tf): re-add code that creates layer zip | Alex Schofield | 2024-08-16 | 1 | -12/+12 |
| | | |||||
| * | infra(tf): add version constraints for null and archive | Alex Schofield | 2024-08-16 | 1 | -0/+8 |
| | | |||||
| * | infra[tf] update lambda extract doesnt work yet | HastarTara | 2024-08-16 | 1 | -4/+4 |
| | | |||||
| * | comment out rds.tf to increases tf speed | Ellie | 2024-08-16 | 1 | -69/+69 |
| | | |||||
| * | add lambda layer | Ellie | 2024-08-16 | 1 | -0/+35 |
| | | |||||
| * | fix(tf): resolve naming issues with resources | Alex Schofield | 2024-08-15 | 2 | -22/+24 |
| | | |||||
| * | Merge branch 'development' into feature/iam.tf | Alex | 2024-08-15 | 2 | -0/+83 |
| |\ | |||||
| | * | Merge branch 'development' into feature/terraform-additional-functionality | bulve-ad | 2024-08-13 | 3 | -20/+170 |
| | |\ | |||||
| | * | | rds.tf file with some placehodlers. Additional set up is required | Ang Bel | 2024-08-13 | 3 | -0/+162 |
| | | | | |||||
| * | | | fix(tf): create lambda zips before referencing | Alex Schofield | 2024-08-15 | 1 | -6/+21 |
| | | | | |||||
| * | | | fix(infra/tf): add unique id to permissions | Alex Schofield | 2024-08-15 | 1 | -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 policies | Alex Schofield | 2024-08-14 | 1 | -0/+27 |
| | | | | |||||
| * | | | chore(cleanup): remove unused rds section | Alex Schofield | 2024-08-14 | 1 | -3/+0 |
| | | | | |||||
| * | | | chore(cleanup): remove commented out code | Alex Schofield | 2024-08-14 | 1 | -11/+0 |
| | | | | |||||
| * | | | infra(tf): temporarily remove events policies | Alex Schofield | 2024-08-14 | 1 | -28/+0 |
| | | | | |||||
| * | | | test(tf): attempt to solve ResourceConflictException | Alex Schofield | 2024-08-14 | 6 | -160/+139 |
| | | | | |||||
| * | | | wip: terraform debugging | lian-manonog | 2024-08-14 | 2 | -25/+27 |
| | | | | |||||
| * | | | style change | lian-manonog | 2024-08-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | change the attachment/policies, individual | lian-manonog | 2024-08-14 | 1 | -8/+23 |
| | | | | |||||
| * | | | change the name of bucket in backend bucket | lian-manonog | 2024-08-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | change the s3-key | lian-manonog | 2024-08-14 | 1 | -3/+3 |
| | | | | |||||
| * | | | wip: running terraform apply to continue fixing terraform infrastructure | lian-manonog | 2024-08-13 | 4 | -65/+79 |
| | |/ |/| | |||||
| * | | Merge pull request #19 from ajschofield/chore/tf-iam | lian-manonog | 2024-08-13 | 1 | -0/+128 |
| |\ \ | | | | | | | merging the iam.tf file in tf with development (no conflicts) | ||||
| | * | | infra(tf): clean-up code | Ellie | 2024-08-13 | 1 | -13/+56 |
| | | | | |||||
| | * | | infra(tf): clean-up code & init lambda iam setup | Ellie | 2024-08-13 | 1 | -49/+74 |
| | | | | |||||
| | * | | infra(tf): add wip lambda role | Ellie | 2024-08-13 | 1 | -3/+6 |
| | | | | |||||
| | * | | infra(tf): add wip write policy and attach policy | Ellie | 2024-08-13 | 1 | -12/+21 |
| | | | | |||||
| | * | | infra(tf): add s3 policy for list & write | Ellie | 2024-08-13 | 1 | -5/+24 |
| | | | | |||||
