-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Resource failed to stabilize in expected time #4
Comments
Hi, trying to replicate issue at our end. Will get back to you when we have findings. Thanks! |
What seems to be happening is that when you deploy via CDK, the library dependencies are not being packaged up with the Lambda functions automatically. The installation of the custom resources fails to find expected modules. |
Thanks a lot for fast reply!!! That solution worked. |
Added in the v1.1.0 release. |
Trying to deploy it with CDK and after it hangs for an hour trying to deploy the Custom Resource, it gives this error: "Custom Resource failed to stabilize in expected time."
The text was updated successfully, but these errors were encountered: