Backend
-
Simple CRUD APP with Dynamo DB – API Gateway – Node JS Serverless with Lambda
Imagine you have a big box of Legos. With these Legos, you can build lots of different things, like houses, cars, and even spaceships. But…
-
Posted On Backend
Why to enable CORS?
Enabling CORS (Cross-Origin Resource Sharing) in API Gateway in AWS is crucial for controlling how your API is accessed from different origins, particularly web browsers.…