3

Building a Full Stack Application with CDK

In the previous chapter, we learned about the concept of monorepos and how they help you organize your CDK code alongside higher-level separations such as infrastructure, frontend, and backend code. As we mentioned earlier, this isn’t a rule when working with CDK. We’re sure there will be better ways discovered by the CDK development community as processes evolve and more developers get to use it in their projects. For now, this way of organizing your code is good enough, so let’s see how it all comes to life in a practical fashion.

In this chapter, we are going to learn about the following main topics:

  • Building a Node.js and Express.js backed API
  • Creating a React application that integrates with ...

Get AWS CDK in Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.