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
I have developed a CloudFormation custom resources and did not see any existing support in the crate(s) to send a response to CFN. For the time being, I created a solution using the reqwest crate for my immediate needs as I did not see an existing solution.
[Feature Request]
Please consider adding support for sending CFN Responses similar to the Python cfnresponse library.
The text was updated successfully, but these errors were encountered:
I don't think there is much interest in implementing this ourselves. I'm going to close this issue as not planned. If you'd like to contribute the changes for that library, feel free to open a Pull Request.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
I have developed a CloudFormation custom resources and did not see any existing support in the crate(s) to send a response to CFN. For the time being, I created a solution using the
reqwest
crate for my immediate needs as I did not see an existing solution.[Feature Request]
Please consider adding support for sending CFN Responses similar to the Python cfnresponse library.
The text was updated successfully, but these errors were encountered: