We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bc40a commit 36b9748Copy full SHA for 36b9748
aws_lambda/aws_lambda.py
@@ -704,7 +704,7 @@ def get_function_config(cfg):
704
705
706
def read_cfg(path_to_config_file, profile_name):
707
- cfg = read(path_to_config_file, loader=yaml.load)
+ cfg = read(path_to_config_file, loader=yaml.full_load)
708
if profile_name is not None:
709
cfg['profile'] = profile_name
710
elif 'AWS_PROFILE' in os.environ:
0 commit comments