© 2023 Hashnode
#apigateway
API Gateway is a very popular pattern in microservice nowadays architecture. In this scope, I just want to point out some key advantages of the pattern in terms of application or API security Reduce the effort in developing security integra…
Abstract Deploy FastAPI in a Lambda function that is fronted by an HTTP API in API Gateway, you can enable the API key required for the API Table Of Contents Solution overview Build FastAPI as a l…
Suppose 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 …
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…