Just want to get some feedback here on the best possible way to do this.
Within my Codepipeline, I need to do an https call as a last step and I'll receive a payload and a 200 response back if all is good.
I'm trying to figure out what kind of stage to add for this? I was thinking of Lambda, but in my situation, I won't be able to put the Lambda in the same account. Is there any way I can just do an https call from one of the steps (event bridge isn't supported within codepipeline)?