3
0 Comments

Just released BingoAPI

The holiday season + quick way to ship a service to sell, this is how I got the BingoAPI idea.

BingoAPI is a straightforward and simple (as the time being) API released on rapidapi.com, which generates bingo cards in US and EU standards (75 or 90 numbers).

Besides the simple piece of SW, what really got me fascinated was the ability to quickly deploy to production a service that could potentially be monetized on the fly.

It took me about 2/3 days to do it.

The stack is what got my attention:

  • rapidapi.com: is an API marketplace which gives you a quick layer for implementing pricing plan, throttling and testing.
  • AWS API Gateway: where to point your RapidAPI requests.
  • AWS Lamba: the badass where the code runs. I used Python 3.9 for this very project.

Easy peasy, a couple of days to do it and you can ship a simple service.

What are your thoughts?
Have you ever used it?

on December 30, 2021