Hey guys, I need to expose my eventBridge bus to a...
# sst
a
Hey guys, I need to expose my eventBridge bus to a legacy PHP application. They want to emit some events there. I’m planning to store the ARN for the bus in SSM, and from PHP they just need to pull that value + a body…. using with AWS SDK for PHP. Is that ok? other ideas?
g
Sounds like a good approach to me. One thing though, what do you mean by “+ a body”? They’re not pulling a body from SSM, right?
a
Oh yeah, no, from SSM they just pull the ARN.
The body is something they need to populate from PHP side, with some basic info.
g
yep, that’s what I thought, but just clarifying - sounds like a good approach
a
Thanks @gligor.