Tanishka Marrottcloud-design-diaries.hashnode.dev·Jul 19, 2024Supercharging AWS Lambda: Mastering Layers for Optimal PerformanceToday we'd be diving into AWS Lambda Layers. A feature that would allow for an efficient code reuse and improved deployment practices. In this post, I’ll explain what Lambda Layers are, their benefits, and how to use them effectively. Let’s get start...1 likecloud design diaries
Ashokashoksubbiah.in·Aug 2, 2021Queue Based Load Leveling patternSudden increase in the number of requests on a service may result in performance and reliability problems. To mitigate this issue introduce a queue between the client and the service. The client posts the message in the queue with the required data f...Cloud-Design-Pattern
Ashokashoksubbiah.in·Aug 1, 2021Health Endpoint Monitoring patternCloud-hosted applications are impacted by several factors, including network latency, the performance and availability of the underlying compute and storage systems, and the network bandwidth between them. The service can fail entirely or partially d...Cloud-Design-Pattern