AWS architecture

Posted by mrrivaz@reddit | ExperiencedDevs | View on Reddit | 10 comments

Evening all. I wanted to reach out here and get some ideas from people more experienced than me.

I am a junior, building my own blog app.

I'm after some advice on what AWS services to use as I am wanting to upskill.

The data flow looks like this

Frontend: (view only layer), gets the data and displays it. Maybe from a topic.

CMS: handles curation of blog articles (full crud).

The way I saw it in my head was, inside the CMS, I will create a blog post and if I don't publish it, the data will go to a draft table.

If I publish it, the data goes to a published table.

Anyways, hopefully I've given you all enough. I was a bit hesitant to ask this for fear of looking dumb, but I thought I would just post and see what comes back.