aws-ia / cfn-ps-duo-mfa

Apache License 2.0
3 stars 7 forks source link

Lambda function issues #18

Closed pdimic closed 10 months ago

pdimic commented 10 months ago

Hello, The Template deployed without issues after last weeks issues you addressed Deployment into an existing VPC is done however the lambda functions dont show logs in cloudwatch and the function to update the settings on the direcotry service is not working. Shows as if it ran but no logs or changes are made to the environment.

Thanks Peter

davmayd commented 10 months ago

The Lambda "RotateRadiusSharedSecret" shows the following error in the logs image

pdimic commented 10 months ago

RotateRadiusSharedSecretFunction error as well

[ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'index': unexpected indent (index.py, line 11) Traceback (most recent call last):   File "/var/task/index.py" Line 11

davmayd commented 10 months ago

Fixed by https://github.com/aws-ia/cfn-ps-duo-mfa/pull/19