kushagradevops121.hashnode.dev·Sep 17, 2023Demystifying API : Your Complete ResourceWhat is an API? An API is like a menu in a restaurant. It provides a list of dishes you can order, along with a description of each dish. When you specify what you'd like to order, the kitchen (i.e., the system) prepares the dish and serves it to you...Discussapi
Tarun kumarcoderhoop.hashnode.dev·Aug 10, 2023"End-to-End Data Journey: S3, Glue, Athena, Lambda, and API Integration for ETL"Introduction Dive into our blog series, "End-to-End Data Journey: S3, Glue, Athena, Lambda, and API Integration for ETL" series. Witness the synergy of Amazon S3, AWS Glue, Athena, Lambda, and APIs, orchestrating data processing seamlessly. Learn han...Discuss·8 likesaws lambda
Chetan Talwekardevopsdd.hashnode.dev·Aug 5, 2023🚀AWS Lambda Integration with AWS API Gateway 🚀Welcome to this exciting guide on integrating AWS Lambda with AWS API Gateway! In this step-by-step blog, we'll walk you through the process of setting up a serverless architecture with AWS Lambda and API Gateway, allowing you to build scalable and c...Discuss·1 like·35 readsAWS
Mustafa Gönenalledevops.hashnode.dev·Aug 2, 2023Scalable Serverless API: Amazon API Gateway & AWS LambdaTL;DR Learn how to create a powerful serverless API using Amazon API Gateway, AWS Lambda, and DynamoDB. Follow step-by-step instructions to set up the project, create Lambda functions, and deploy the API. Interact with DynamoDB for CRUD operations. ...Discuss·85 readsaws-apigateway
Goodycybgoodycyb.hashnode.dev·Jun 20, 2023Level -6: "Auditing misconfigured IAM Account”In this final challenge, we are provided with a user access key that has the Security Audit policy attached to it. We are tasked with exploring the capabilities of this access key and uncovering any additional information or resources within the AWS ...Discussaws-apigateway
Gurucharangurucharan.hashnode.dev·May 19, 2023AWS API GatewayIntroduction In today's digital era, APIs (Application Programming Interfaces) have become the backbone of modern software development and enable seamless integration and communication between different systems and services. AWS (Amazon Web Services)...Discuss·73 readsDevops
Abhay SinghProabhaysingh.hashnode.dev·May 15, 2023Cracking the AWS API Gateway Interview: Top Questions and Expert AnswersHere are the top 10 AWS API Gateway interview questions and their answers: Q: What is AWS API Gateway? A: AWS API Gateway is a fully managed service that allows developers to create, publish, and manage APIs at any scale. It acts as a front door for...DiscussAWS
Pranav Bobdepranav4869.hashnode.dev·May 4, 2023API Gateway Responses and Handling Authorizer ResponsesIntro I have added a token-based Lambda Authorizer for all my backend services deployed on API Gateway. I wanted the user to be signed out if the authorizer responds with a 401 (Unauthorized) or 403 (Access Denied) error. This is how my code looked l...DiscussWeMakeDevs
Shruti Pawarscriptsbyshruti.hashnode.dev·Apr 30, 2023AWS API GatewaySuppose we develop an application where a user can edit his pictures. App Name- PhotoEditor The user can upload the picture -> editor will edit the photo -> user can download the edited photo. We can just sign up/sign in to the app using our Google/T...Discuss·90 likes·245 readsAPIs
Arosh Jayamannaaroshjayamanna.com·Jan 27, 2023AWS API Gateway: An OverviewAWS API Gateway is a fully managed service that allows developers to create, publish, maintain, monitor, and secure APIs at any scale. It acts as a front door for applications to access data, business logic, or functionality from your backend service...Discuss·116 readsCloud TalksCloud Computing