This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree 7 files changed +1653
-1611
lines changed
lambdas/runner-binaries-syncer
7 files changed +1653
-1611
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,28 @@ No requirements.
44
44
| ------| ---------|
45
45
| aws | n/a |
46
46
47
+ ## Modules
48
+
49
+ No Modules.
50
+
51
+ ## Resources
52
+
53
+ | Name |
54
+ | ------|
55
+ | [ aws_caller_identity] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity ) |
56
+ | [ aws_cloudwatch_event_rule] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_rule ) |
57
+ | [ aws_cloudwatch_event_target] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_target ) |
58
+ | [ aws_cloudwatch_log_group] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group ) |
59
+ | [ aws_iam_policy_document] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document ) |
60
+ | [ aws_iam_role] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) |
61
+ | [ aws_iam_role_policy] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy ) |
62
+ | [ aws_lambda_function] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function ) |
63
+ | [ aws_lambda_permission] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_permission ) |
64
+ | [ aws_s3_bucket] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket ) |
65
+ | [ aws_s3_bucket_notification] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_notification ) |
66
+ | [ aws_s3_bucket_object] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_object ) |
67
+ | [ aws_s3_bucket_public_access_block] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block ) |
68
+
47
69
## Inputs
48
70
49
71
| Name | Description | Type | Default | Required |
@@ -74,7 +96,6 @@ No requirements.
74
96
| lambda | n/a |
75
97
| lambda\_ role | n/a |
76
98
| runner\_ distribution\_ object\_ key | n/a |
77
-
78
99
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
79
100
80
101
## Philips Forest
Original file line number Diff line number Diff line change 32
32
"dependencies" : {
33
33
"yn" : " ^4.0.0"
34
34
}
35
- }
35
+ }
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ resource "aws_lambda_function" "syncer" {
14
14
handler = " index.handler"
15
15
runtime = " nodejs12.x"
16
16
timeout = var. lambda_timeout
17
+ memory_size = 256
17
18
18
19
environment {
19
20
variables = {
Original file line number Diff line number Diff line change 41
41
"typescript" : " ^4.2.3" ,
42
42
"yn" : " ^4.0.0"
43
43
}
44
- }
44
+ }
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments