DEV Community

Mark Davies
Mark Davies

Posted on

In Memory Request buckets

The other day I wrote a blog post about my new dev tools page:

And I was saying that I had a bunch of ideas - this was one of the first thing I wanted to create was a request bucket, basically it would create an endpoint that you could plug into a webhook page and any request that comes into the endpoint would be printed out:

Create a bucket:

Creating a bucket via dev tools

Now I have an address where I can post any data I want to:

Bucket created screen

I'll test it with a post request:

Sending a post request via insomnia

Now I will have information about the request on the page:

Table displaying request information

Right now this is all an "in memory" endpoint but I'm hoping to make it a little more persistent, right now I'm thinking that maybe I can hold onto endpoints/requests for an hour (after the bucket was created) - maybe in the future I can create a "Pro" feature that allows people to create permanent endpoints, but let's not think about that right now 😅

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

Top comments (0)

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay