Balaji Vijayanbalajivijayan.hashnode.dev·Sep 18, 2023API Rate Limiting and BeyondWhat is API Rate Limiting? API Rate limiting is a traffic management technique used to restrict overload on the backend server by limiting the number of requests it can process over a period of time. It's a widely used API design pattern which improv...Discuss·62 readsAPI GatewayAPIs
Anca GforLocalStackhashnode.localstack.cloud·Sep 11, 2023LocalStack Interacting with Client CodeUsing Docker for local development offers several advantages: isolation, consistency, reproducibility, efficiency, portability, easy cleanup, and security. You get the gist. These are also the great advantages of LocalStack shipping as a Docker image...DiscussStack Byteslocalstack
Anca GforLocalStackhashnode.localstack.cloud·Aug 30, 2023LocalStack Cloud PodsCloud Pods - sounds fancy, right? Well, they certainly are an elegant solution - they're all about a dynamic and efficient approach to managing state within your LocalStack ecosystem and sharing it like a pro with your squad. Gone are the days of mun...DiscussStack Byteslocalstack
Anca GforLocalStackhashnode.localstack.cloud·Aug 28, 2023LocalStack Initialization HooksSo, you're already vibing with LocalStack, right? Well, hold onto your coding hats because I’m gonna let you in on a backstage secret: initialization hooks. These aren't your average hooks – they're like the cool sidekicks of LocalStack, ready to spr...Discuss·2 likes·48 readsStack Byteslocalstack
Aiden ZiegelaarProaiden.ziegelaar.io·Aug 14, 2023Choosing Between REST and HTTP on AWS API GatewayAWS has great documentation specifying the features supported by both REST and HTTP APIs which you can view here. This post is mostly my high-level thoughts on the implementation of APIs under each of these modes and common use cases for each. I've a...Discuss·11 likes·57 readsAPIs
Kevin Coorensblog.kevincoorens.be·Jul 1, 2023OCI Public API GatewaysAPI gateways are mighty powerful when it comes to quickly setting up a secure service on the web. For example, to start using an APEX Office Print (AOP) installation, you will need SSL as the APEX Service only allows HTTPS calls. You could set up SSL...Discuss·1 like·27 readsOracle
Mayank Sharmamayank2001.hashnode.dev·Jun 16, 2023AWS-Blog 05Integration of lambda- SSM, cloud-init, lamda-APIgateway (GET , POST), Lamda proxy \>>> In AWS If we want to do something in any service then we need an account in AWS. For example, if we want to upload something in the s3 bucket then we have to log ...Discuss·11 likes·34 readsAWS
Minh Trầnminhtran.hashnode.dev·May 22, 2023Benefit of API Gateway in terms of application securityAPI 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 integration Every...DiscussOAuth2
Vu Daohashnode.simflexcloud.com·May 21, 2023FastApi With AWS Serverless powered by CDK TypescriptAbstract 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 lambda funnction handler Deploy Test API Conclus...Discussaws-cdk
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