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
33handler = " app.lambda_handler"
44cors = { allow_origins = [" *" ] }
55source_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
33handler = " app.lambda_handler"
44cors = { allow_origins = [" *" ] }
55source_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 11create_package = true
22create = true
3- handler = " app.alternate_lambda_handler "
3+ handler = " app.lambda_handler "
44cors = { allow_origins = [" *" ] }
55source_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 = []
1010dev = [
1111 " pytest>=8.4.0" ,
1212 " pytest-cov>=6.2.1" ,
13+ " pytest-mock>=3.14.1" ,
1314 " ruff>=0.11.13" ,
1415]
1516
@@ -52,4 +53,4 @@ exclude = [
5253 " node_modules" ,
5354 " site-packages" ,
5455 " .venv" ,
55- ]
56+ ]
You can’t perform that action at this time.
0 commit comments