Open stebo85 opened 2 weeks ago
when looking in this logfile /aws/lambda/Jupyterhub-Application-awscdkawsek-Handler886CB40B-fUJVR8fUEi3o
The error right before that is:
LAMBDA_WARNING: Unhandled exception. The most likely cause is an issue in the function code. However, in rare cases, a Lambda runtime update can cause unexpected function behavior. For functions using managed runtimes, runtime updates can be triggered by a function change, or can be applied automatically. To determine if the runtime has been updated, check the runtime version in the INIT_START log entry. If this error correlates with a change in the runtime version, you may be able to mitigate this error by temporarily rolling back to the previous runtime version. For more information, see https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html
scrolling to the beginning of this, it says this about the runtime version:
INIT_START Runtime Version: python:3.11.v46 Runtime Version ARN: arn:aws:lambda:ap-southeast-2::runtime:84bc5fe9641102b252ebbfd80d16f2791f7bcca59e26ce68d95066317adf4503
looks good to me :? What version worked for you?
The error message isn't really ringing any bells, what version of aws-cdk are you running? via cdk --version
my cdk version is 2.166.0 (build 7bb9203) - what version worked for you?
Hm I was on 2.160.0 when I tested. I'll upgrade to latest and test it out again.
Dear @graydenshand ,
After the recent upgrades I am getting this timeout: I tried now multiple times in different regions - any idea what this could be?