Bobur UmurzokovforApache APISIXapisix.hashnode.net·Mar 17, 2023A Guide to DevSecOps with API GatewayWith the rise of microservices and cloud-based applications, APIs have become a critical component of modern software development. APIs allow developers to build complex applications by integrating various services and components. In a DevSecOps envi...Discuss·36 likes·53 readsDevops
Kelvin Mwinukakelvinmwinuka.hashnode.net·Nov 19, 2022FeaturedWeb Sockets with API Gateway and AWS LambdaAWS offers an easy way to work with web sockets through the WebSockets API in API Gateway. This article is going to be a short walkthrough on how to get started with WebSocket APIs. Setup This is article is based on a serverless framework project. Yo...Lolo and 1 other are discussing this2 people are discussing thisDiscuss·27 likes·536 readsAWS
Bobur UmurzokovforApache APISIXapisix.hashnode.net·Jun 22, 2022Secure Spring Boot REST API with Apache APISIX API GatewayIntroduction In this walkthrough, we are going to look at some of the Apache APISIX API Gateway built-in plugins for securing your Spring Boot REST APIs and demonstrate how to effectively use them. You will learn to run the multi-container app (backe...Discuss·8 likes·140 readsSecurity
Amit kumartechthoughtsexplorer.hashnode.net·Mar 28, 2023The Role of API Gateway in Microservices ArchitectureIn recent years, microservices architecture has become increasingly popular due to its ability to build scalable, flexible, and maintainable applications. One of the key components of this architecture is the API Gateway. In this blog post, we will e...Discuss·56 readsAll Things MicroservicesMicroservices
Omid Eidivandiserverlessfolks.hashnode.net·Mar 23, 2023Adaptable Scaling using Api Gateway Direct integration (Part1)The Hyper-scaling is for a while discussing in Serverless community and some elegant workarounds are presented by the community members and AWS staff . To discover more about the optimizations have a look at : Theses are all the optimization that you...Discussapigateway
Bobur UmurzokovforApache APISIXapisix.hashnode.net·Mar 17, 2023A Guide to DevSecOps with API GatewayWith the rise of microservices and cloud-based applications, APIs have become a critical component of modern software development. APIs allow developers to build complex applications by integrating various services and components. In a DevSecOps envi...Discuss·36 likes·53 readsDevops
TECHcommunity_SAGtechcommsag.hashnode.net·Mar 2, 2023Using the API Gateway Archive REST APIs to search for and download assetsproducts versions - API Gateway versions 10.x and up Introduction The webMethods API Gateway provides a number of REST APIs for managing assets and the gateway itself. Among those is the Archive API, which exposes two resources to export and import a...DiscussAPIs
Mikaeel Khalidmikaeels.hashnode.net·Feb 15, 2023Build serverless applications with AWS CDKServerless computing is becoming an increasingly popular way to develop and deploy applications. With serverless, developers can focus on writing code and not worry about the underlying infrastructure. AWS Lambda and API Gateway are two popular AWS s...Discuss·45 readsAWS CDKAWS
Matt WilliamsforTech Dev Blogtechdevblog.hashnode.net·Jan 7, 2023API Gateway: the ultimate middleman for all your proxying needsAPI Gateway: the ultimate middleman for all your proxying needs was initially published on Friday January 06 2023 on the Tech Dev Blog. For the latest up-to-date content, fresh out of the oven, visit https://techdevblog.io and subscribe to our newsle...DiscussAWS
Abhinav Kumarabhin1509.hashnode.net·Dec 19, 2022Stage name in api gateway using AWS CDKWhen creating a lambda rest API using CDK, by default it creates a stage named prod import * as cdk from "aws-cdk-lib"; import * as apigw from "aws-cdk-lib/aws-apigateway"; export class ApiGatewayDemo extends cdk.Stack { constructor(scope: cdk.App...Discuss·169 readsAWS
Kelvin Mwinukakelvinmwinuka.hashnode.net·Nov 19, 2022FeaturedWeb Sockets with API Gateway and AWS LambdaAWS offers an easy way to work with web sockets through the WebSockets API in API Gateway. This article is going to be a short walkthrough on how to get started with WebSocket APIs. Setup This is article is based on a serverless framework project. Yo...Lolo and 1 other are discussing this2 people are discussing thisDiscuss·27 likes·536 readsAWS
Md Aarzoo Islamaarzoo75.hashnode.net·Sep 20, 2022What is an API Gateway?An API gateway is a server that sits between your backend services and your users. It provides an abstraction layer that helps you manage the communication between clients and your services. API gateways are a single point of entry into a microservic...Discuss·2 likes·43 readsAPIs
Tobias SchmidtforAWS Fundamentalsawsfundamentals.hashnode.net·Sep 17, 2022Securing your Serverless Application with self-signed JWTs & AWS HTTP GatewayThere are a lot of products offering you an all-in-one managed authentication & authorization solution, like Auth0. But what if you want to manage everything on your own and don’t rely on third parties? It’s not as complicated as you think to issue y...Discuss·214 readsAWS