File tree Expand file tree Collapse file tree 13 files changed +96
-14
lines changed Expand file tree Collapse file tree 13 files changed +96
-14
lines changed Original file line number Diff line number Diff line change
1
+ create_package = true
2
+ create = true
3
+ handler = " app.lambda_handler"
4
+ cors = { allow_origins = [" *" ] }
5
+ source_path = " ../../../../../../../src/function/"
6
+ name = " platform_sample-useast1-production-000-fn-000"
7
+ environment_variables = {
8
+ PAYLOAD = " Primary"
9
+ }
10
+
Original file line number Diff line number Diff line change
1
+ include "root" {
2
+ path = find_in_parent_folders ()
3
+ }
4
+
5
+ terraform {
6
+ source = " git::https://github.com/launchbynttdata/tf-aws-module_primitive-lambda_function//.?ref=1.0.3"
7
+ }
Original file line number Diff line number Diff line change @@ -3,4 +3,7 @@ create = true
3
3
handler = " app.lambda_handler"
4
4
cors = { allow_origins = [" *" ] }
5
5
source_path = " ../../../../../../../src/function/"
6
- name = " platform-sample-lambda-function"
6
+ name = " platform_sample-useast2-production-000-fn-000"
7
+ environment_variables = {
8
+ PAYLOAD = " Failover"
9
+ }
Original file line number Diff line number Diff line change @@ -3,4 +3,7 @@ create = true
3
3
handler = " app.lambda_handler"
4
4
cors = { allow_origins = [" *" ] }
5
5
source_path = " ../../../../../../../src/function/"
6
- name = " platform-sample-lambda-function"
6
+ name = " platform_sample-useast2-sandbox-000-fn-000"
7
+ environment_variables = {
8
+ PAYLOAD = " Primary-East"
9
+ }
Original file line number Diff line number Diff line change 1
1
create_package = true
2
2
create = true
3
- handler = " app.alternate_lambda_handler "
3
+ handler = " app.lambda_handler "
4
4
cors = { allow_origins = [" *" ] }
5
5
source_path = " ../../../../../../../src/function/"
6
- name = " platform-sample-lambda-function-2"
6
+ name = " platform_sample-useast2-sandbox-001-fn-000"
7
+ environment_variables = {
8
+ PAYLOAD = " Failover-East"
9
+ }
Original file line number Diff line number Diff line change
1
+ create_package = true
2
+ create = true
3
+ handler = " app.lambda_handler"
4
+ cors = { allow_origins = [" *" ] }
5
+ source_path = " ../../../../../../../src/function/"
6
+ name = " platform_sample-uswest2-sandbox-000-fn-000"
7
+ environment_variables = {
8
+ PAYLOAD = " Primary-West"
9
+ }
Original file line number Diff line number Diff line change
1
+ include "root" {
2
+ path = find_in_parent_folders ()
3
+ }
4
+
5
+ terraform {
6
+ source = " git::https://github.com/launchbynttdata/tf-aws-module_primitive-lambda_function//.?ref=1.0.3"
7
+ }
Original file line number Diff line number Diff line change
1
+ create_package = true
2
+ create = true
3
+ handler = " app.lambda_handler"
4
+ cors = { allow_origins = [" *" ] }
5
+ source_path = " ../../../../../../../src/function/"
6
+ name = " platform_sample-uswest2-sandbox-001-fn-000"
7
+ environment_variables = {
8
+ PAYLOAD = " Failover-West"
9
+ }
Original file line number Diff line number Diff line change
1
+ include "root" {
2
+ path = find_in_parent_folders ()
3
+ }
4
+
5
+ terraform {
6
+ source = " git::https://github.com/launchbynttdata/tf-aws-module_primitive-lambda_function//.?ref=1.0.3"
7
+ }
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies = []
10
10
dev = [
11
11
" pytest>=8.4.0" ,
12
12
" pytest-cov>=6.2.1" ,
13
+ " pytest-mock>=3.14.1" ,
13
14
" ruff>=0.11.13" ,
14
15
]
15
16
@@ -52,4 +53,4 @@ exclude = [
52
53
" node_modules" ,
53
54
" site-packages" ,
54
55
" .venv" ,
55
- ]
56
+ ]
You can’t perform that action at this time.
0 commit comments