We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883720e commit 646ebecCopy full SHA for 646ebec
tests/scripts/disable_fhir_stub.py
@@ -8,6 +8,7 @@ def update_lambda_environment_variables(lambda_name, new_variables):
8
lambda_client = session.client("lambda")
9
10
response = lambda_client.get_function_configuration(FunctionName=lambda_name)
11
+ print(response)
12
current_environment = response["Environment"]["Variables"]
13
14
updated_environment = current_environment.copy()
0 commit comments