DEV Community

daltonfury42
daltonfury42

Posted on

In case anyone is looking to learn serverless by doing a hands-on project

In case anyone is looking to learn serverless by doing a hands-on project, let me know.

I have a beginner friendly backend requirement.

  1. It will be simple CRUD of three resources.

  2. Data will be stored to DynamoDB.

  3. For language, you can use golang or node.

  4. All code you write will be open source under GPL.

  5. Our repositories are participating in Hatoberfest.

The project: simplq.me is an open source queue management software. The backend is written in Springboot and we want to migrate it to serverless as it's more economic given our traffic volume.

https://github.com/SimplQ/simplQ-frontend
https://github.com/SimplQ/simplQ-backend

Top comments (0)