DEV Community

Michael Oblak
Michael Oblak

Posted on

Build, Test, and Deploy APIs with GPT-Generated Code

Hey,

I've been working on a better code plugin for GPT. Here you ask GPT for what you need. Iterate by prompting, and you get deployed API endpoint which runs your code with every request. You can use any language, as it's run inside a Docker container.

Check out the repo for more information - https://github.com/jb41/lambdapi

Top comments (0)