© 2023 Hashnode
#apigateway
In 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 architectur…
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 optimizatio…
With 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 va…
products 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 an…
Serverless 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…
API 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 …
When 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 ApiGatewayDem…
AWS 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 arti…
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 m…
There 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 partie…