<Speedscale.com> built a network capture system fo...
# sst
d
Speedscale.com built a network capture system for mocking third party network traffic. They’re building a demo using CDK+SST. It’s pretty sweet, so I thought I’d give them a shoutout here. We can test our Stripe integration without calling stripe.com. I was about to share their demo video, but I remembered I haven’t asked permission to share it yet.
f
Hey @Drew, do u have a link to their demo?
d
Yep, just had to make sure i could share. https://tella.video/nodejs-server-with-speedscale-1-gg0k
@Dennis Dang asked them to find a way to record traffic with SST & Lambda
f
oh wow.. interesting @Jay @thdxr
are you using it for some sort of integration tests?
d
Our goal is to use it for integration tests. We haven't gotten that far yet. Their main system is for k8s, so they've adapted it to work with lambda/cdk/sst.
d
The speedscale cli can capture inbound and outbound requests during local development, and then replay those requests later during tests or even during development.
j
That’s super cool! Thanks for sharing!