4 ms·
Neat! Done. Thank you! I also removed the old lambda based callback template from the repo. We're now using an SNS topic as part of a CustomFunction, to know w
by lloesche 2y ago
Neat! Done. Thank you!
I also removed the old lambda based callback template from the repo. We're now using an SNS topic as part of a CustomFunction, to know when a user has deployed the stack (https://github.com/someengineering/fix-cf/blob/main/fix-role.cf.template https://github.com/someengineering/fix-cf/blob/main/fix-role...). More work on our side, but less sketchy than executing code just to receive a callback that tells us the role name and account id.