You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An RFDK user reported experiencing deployment failures related to timeouts in the X509CertificatePem construct's Lambda function. The Lambda timed out and the Cfn response was not received. The Lambda function is currently set to timeout after 30 seconds:
An RFDK user reported experiencing deployment failures related to timeouts in the
X509CertificatePem
construct's Lambda function. The Lambda timed out and the Cfn response was not received. The Lambda function is currently set to timeout after 30 seconds:aws-rfdk/packages/aws-rfdk/lib/core/lib/x509-certificate.ts
Line 204 in 18a8098
which is pretty low. We can safely increase this to give the function more time to complete.
Error Log
The following log from the Lambda function was provided. Account IDs and stack names have been scrubbed:
Note the timestamps of the logs between the
CREATE
event and theFAILED
event being 30 seconds which lines up with the Lambda function timeout.This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: