Raul NaupariProblog.raulnq.com·Sep 7, 2024How to Validate Requests in Amazon API GatewayIn the post, Understanding Amazon API Gateway: Methods and Integrations, we discussed how the method request section manages authorization, API KEY checks, and request validation. We've already covered authorization in articles like How to Secure AWS...DiscussAWS
Raul NaupariProblog.raulnq.com·Sep 1, 2024Understanding Amazon API Gateway: Methods and IntegrationsAmazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any scale. Working with Amazon API Gateway can be overwhelming, especially at the beginning when many concepts are...DiscussAWS
Arish Ahmadblog.arishahmad.in·Aug 10, 2024Accessing S3 Bucket Images with APIIntroduction This blog will guide you through setting up an API to access images stored in Amazon S3. We’ll leverage AWS Lambda to create a serverless function that handles image retrieval, and API Gateway to expose this functionality as a RESTful AP...Discuss·36 readsAWS Project Chronicles: From Novice to ExpertAWS
Raul NaupariProblog.raulnq.com·Aug 9, 2024How to Throttle Requests in Amazon API GatewayThrottling requests in an API is a common practice for several reasons, mainly related to the following: Performance: Throttling safeguards backend services from being overwhelmed by excessive requests. Without it, a sudden traffic surge could overl...DiscussAWS
Linet Kendislina.hashnode.dev·Jul 31, 2024AWS Cloud Resume API ChallengeArchitecture of the Mini-application Step 1: Create a DynamoDB Table Go to the AWS Management Console. Navigate to DynamoDB and create a new table. Table name: Resumes Primary key: id (String) Step 2: Add Resume Data to DynamoDB Create a Pyt...Discuss·13 likes·48 readsCloudlambda
Wilson KOMLANblog.wilsonkomlan.com·Jul 14, 2024Step-by-Step Guide to Using Lambda Proxy Integrations in Amazon API GatewayIn this post, we will create a REST API endpoint with GET and POST methods for the previous backend using Amazon API Gateway's HTTP API. Prerequisites All you need is just an AWS account: no worries, if you are new to AWS, AWS offers you a 12-month f...DiscussHow to Set Up a Secure and Cost-Effective Serverless Backend Using AWSAPIs
ILYAS RUFAIblog.rufilboss.me·Jul 13, 2024Serverless Architectures with AWS Lambda and API GatewayIntroduction Serverless architecture is a paradigm where you build and run applications without having to manage the underlying infrastructure. AWS Lambda and API Gateway are core services in Amazon Web Services (AWS) that enable you to create server...Discuss·10 likesSystem DesignAWS
Shreyas Ladheclouddevopsfornewbies.hashnode.dev·Jul 12, 2024Building a Math Operation Web App only using AWS ServicesIntroduction In this blog post, I'll walk you through the creation of a web application using various AWS services. This project involves deploying a front end using AWS Amplify, writing a Lambda function for computations, storing results in DynamoDB...Discuss·58 readsAWS VenturesAWS
Bernice Choybernicecpz.hashnode.dev·Jun 22, 2024Host Frontend with AWS API Gateway-S3 integrationContext I want to be able to use a single API Gateway to direct traffic to multiple frontend applications stored in a central S3 bucket. I want an approach to define the API path in API Gateway that is scalable and without having to create the path...Discuss·30 readsCloudaws-apigateway
Utkarsh Guptautkarsh80.hashnode.dev·Jun 21, 2024Deploy web application with Lambda, API Gateway and DynamoDB | AWS Serverless ServicesIn this post, I am going to build a serverless REST API using API Gateway, AWS Lambda, and DynamoDB. What is Amazon API Gateway? Amazon API Gateway is an AWS services for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and Web...DiscussAWS