Y) use a #webSocket (#APIGateway supports these) #stream new data as it arrive. If #API you're using supports #webSockets you can also set up #serverSide #socket connections that stream new data from the origin servers in #realTime
#realtime #socket #serverside #websockets #api #stream #APIGateway #websocket
Nope, it's happening out of incognito, and even when I'm using NetworkFirst... maybe something is fucky with my #AWS deployment. I'm using https://arc.codes and https://enhance.dev. I think I set this one up without #cloudfront, just #apiGateway.
Any @enhance_dev folks around today? @macdonst @tbeseda @brianleroux @kristoferjoseph ?
Liked the architecture guide for different deployment options offered by Kong Gateway (can be leveraged for design considerations w.r.t. other solutions as well) 👇
1⃣ Single Tenant CP / Single Tenant DP
2⃣ Multi-tenant CP / Multi-tenant DP
3⃣ Multi-tenant CP / Single Tenant DP
#kong #APIGateway #cloudnative
In a 𝐃𝐞𝐯𝐒𝐞𝐜𝐎𝐩𝐬 environment, 𝐀𝐏𝐈 𝐆𝐚𝐭𝐞𝐰𝐚𝐲 is a critical component that helps to achieve the core principles of DevSecOps, which are collaboration, automation, and security. In this article, we will walk you through 𝐭𝐡𝐞 6 𝐫𝐞𝐚𝐬𝐨𝐧𝐬 𝐰𝐡𝐲 𝐀𝐏𝐈 𝐆𝐚𝐭𝐞𝐰𝐚𝐲 𝐢𝐬 𝐢𝐦𝐩𝐨𝐫𝐭𝐚𝐧𝐭 in building APIs with the DevSecOps approach.
#devsecops #APIGateway #apisecurity #automation
🎥 Watch a modern approach to designing, implementing & documenting #APIs using dedicated tooling.
Matt Turner shows how to deploy them in a decentralized environment that has all the good parts of an #APIGateway solution: http://bit.ly/41tIBnk
#apis #APIGateway #softwarearchitecture #infoq #transcript
RT @ApacheAPISIX
Delve into the practical uses of OpenResty - from its database encapsulation to web framework and more ⏬
https://api7.ai/learning-center/openresty/faq-5
#apacheapisix #opensource #apigateway #programming #openresty #learn #lua #apis #OpenResty #webdevelopment #webframework #technology #database
#database #Technology #Webframework #webdevelopment #apis #lua #learn #openresty #Programming #APIGateway #OpenSource #apacheapisix
Yet another thing serverless solutions handle for you automatically is rate limiting. #aws #apigateway throttles at 10k rps by default.
So any app built w Architect, Enhance, Serverless, SAM, CDK, STS or raw Cloudformation gets rate limiting by default. Pretty great having table stakes built-in by default. Daresay this is essential complexity for production apps.
👋 New year with new content :)
This article shows a simple example of 𝐡𝐨𝐰 𝐭𝐨 𝐦𝐚𝐧𝐚𝐠𝐞 Java-based serverless APIs built with Azure functions. It uses azure-functions plugin to integrate Apache APISIX 𝐀𝐏𝐈 𝐆𝐚𝐭𝐞𝐰𝐚𝐲 with Azure Serverless Function that invokes the HTTP trigger functions and returns the response from 𝐀𝐳𝐮𝐫𝐞 𝐂𝐥𝐨𝐮𝐝.
#api #serverless #java #azure #cloud #functions #apigateway #apache #apisix
#api #serverless #java #azure #Cloud #functions #APIGateway #apache #APISIX
I deployed my first fully #AWS website tonight using @enhance_dev #Route53 #APIGateway #Certificates #DNS #serverless
Who needs Netlify and Zeit!? I'm an ADULT! I can pay my own AWS bills!
(thanks for the help @brianleroux , @tbeseda @Kj on the Discord w/e they are on the fediverse)
#serverless #dns #certificates #APIGateway #Route53 #aws
Rise of Solo.io as a Cloud-native API management platform is impressive (recognized by Gartner as a Niche Player) powered by Cloud-native Opensource engineering (Kubernetes, Envoy, Istio, Gloo Mesh, eBPF, Cilium, GraphQL)
#cloudnative #OpenSource #APIGateway
https://docs.solo.io/gloo-edge/1.7.23/introduction/architecture/
#cloudnative #opensource #APIGateway
AWS Lambda is probably not the tool to consider when expecting sub-second ReST API response times.
The best cold-start time I can see is for Python (635 ms). But this is only a benchmark. Real-world code would include at least half a dozen imports which would significantly slow down the cold-start, taking it to around 1 second.
https://gist.github.com/tainguyenbui/53f88a0b1c244594e14047380df7514e