Introducing CORS: Cross-Origin Resource Sharing

Full course: In this excerpt from “Build a Serverless App with AWS Lambda - Hands On!“, we’ll talk about Cross-Origin Resource Sharing, or CORS, and how it allows a serverless web application to communicate with web services across different domains in a secure manner. We’ll talk specifically about how to set up CORS in an AWS-based serverless app using Lambda and the API Gateway.
Back to Top