Trying to debug some lambda timeouts I noticed this - it seems like the awsRequestId is reused for multiple lambda invocations. I was debugging a case where an invocation is timing out (a cron triggered lambda, one invocation exceeds the 15m limit).
In MWAA startup script sudo yum install samba-client cifs-utils -y sudo mount.cifs //dev/test/drop /mnt/dev/test-o username=testuser,password= pwd ,domain=XX Executing above commonds giving error - ...