Raul Naupariblog.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...63 readsAWS
Raul Naupariblog.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...AWS
Raul Naupariblog.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...84 readsAWS
Raul Naupariblog.raulnq.com·May 16, 2024How to Use Lambda Authorizers to Validate Microsoft EntraID (Azure AD) Tokens in Amazon API GatewaySometimes, we need custom or flexible authorization logic that goes beyond the built-in capabilities of Amazon API Gateway, such as AWS IAM Authorizer, Amazon Cognito User Pools Authorizer, or API Gateway Resource Policies. For these scenarios, Lambd...540 readsaws lambda
Raul Naupariblog.raulnq.com·May 1, 2024How to Secure AWS Lambda Functions Using Amazon API Gateway and AWS IAMAWS Amazon API Gateway supports multiple methods to secure our REST APIs. One of them, AWS IAM Authorization, is a good fit in scenarios where both the caller and the callee are within AWS, and we want to avoid sharing keys and secrets between them. ...111 readsAWS Lambdaamazon api gateway
Hemanth Gangulahemanthgangula.hashnode.dev·Apr 23, 2024Decoding Amazon API Gateway: A Primer on REST, WebSocket, and HTTP APIsAs businesses broaden their digital presence, the demand for effective and scalable API management solutions grows crucial. Amazon API Gateway, a fully managed service from AWS, provides a robust set of tools to streamline communication between appli...WebSocket API
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Mar 26, 2024AWS Containerization, Serverless Computing, and Simplified Infrastructure ManagementLink to exam: https://aws.amazon.com/certification/certified-cloud-practitioner/ Containerization: Docker Definition: Software development platform for deploying apps. Apps are packaged in containers runnable on any OS. Advantages: Uniform app ...AWS Certified Cloud Practitioner | CLF-C02 preparation KitDocker
Yilia LinforApache APISIXapisix.hashnode.dev·Mar 11, 2024How to Calculate the Cost of Deploying Open-Source API Gateway on AWS?Choosing Between Open-Source API Gateway and Amazon API Gateway When developers are faced with the decision of whether to use a fully managed service like Amazon API Gateway or an open-source API gateway solution, several crucial factors come into pl...1 likeAPI Gateway
AutOpsautops.hashnode.dev·Feb 17, 2024AWS Serverless with Lambda & API Gateway Hands-OnAuthor: Ujwal Pachghare Step 1 👉 Go to lambda console -> Click on the function -> Click on Create function Create a Lambda function with the following configurations: Function name: api-testing Runtime: Python 3.10 Architecture: x86_64 Permissi...aws lambda
Carlos del Castillohashnode.fromthecastle.com·May 10, 2023Amazon API Gateway LaunchPadThe Amazon API Gateway provides a consistent integrated experience for the building of serverless applications. The Gateway handles the processing of API calls. API Gateway can act as the entryway that allows access to data, business logic, and/or fu...46 readsAPIs