Connect React App to a Serverless Backend Deployed with AWS CDK and Fix CORS Issues

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Our serverless backend and infrastructure (that we both created and deployed ourselves with CDK!) are ready so we can connect it to our React app.

We're going to learn how to connect the React app from the source code of this course to our API as well as how to add appropriate CORS headers to our API response.