-
Notifications
You must be signed in to change notification settings - Fork 4k
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
docs(custom-resources): complete documentation for onEvent #27512
Conversation
52db7ae
to
0a0cd4c
Compare
@@ -19,7 +19,7 @@ export = { | |||
* Any lifecycle event changes to the custom resources will invoke this handler, which will, in turn, | |||
* interact with the user-defined `onEvent` and `isComplete` handlers. | |||
* | |||
* This function will always succeed. If an error occurs | |||
* This function will always succeed. If an error occurs, it is logged but an error is not thrown. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is correct based on my understanding of the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I also think this is correct :)
@msambol uhhh i was surprised that integ tests were failing due to this change but is your change bundled into assets being used by integ tests? If so, we have to update them. However, in this rare case, I am okay with you running |
7246d6d
to
b31b279
Compare
Pull request has been modified.
@kaizencc Updated for your recommendations. I had to do the following:
Let me know if that isn't right. |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Pull request has been modified.
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Closes #26892.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license