Response is not sent to S3, no error is thrown #1005
Unanswered
harshil-darji
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created an application wherein a lambda is inheriting the AbstractCustomResourceHandler class. It performs certain function on create/update events. I am also generating a presignedUrl and sending it as the ResponseUrl parameter for the CloudFormationCustomResourceEvent.
However, no output is produced in S3 bucket. For the permissions, I have setup s3 Full access and given it to the lambda function. I also tried overriding the onSendFailure function to perform any logging, but no log output is produced, implying that no error is thrown. Is there any additional S3 configuration I might be missing for this setup to work? Please let me know. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions