DEV Community

Discussion on: Minimum Viable Product Rollout with ReactJS and Serverless Architecture

Collapse
 
joshichinmay profile image
Chinmay Joshi

Hey @janguianof , thanks for sharing the tutorial!

@senornigeria , I would like to share the material I followed.

  1. First, you can start learning more about service-based architecture.
  2. Then you can move to know more about Serverless. You can follow different blogs on the official website.
  3. We used AWS Lambda for writing our services. Various companies (Google, Azure, IBM) are offering the same thing as AWS Lambdas. You can start by reading about how what Lambdas are. Followed by multiple tutorials provided by AWS.
  4. After that for solving different problems I just randomly followed posts on dev.to
  5. Here's a repository by Serverless with tons of examples. And they are pretty good.