Arish Ahmadblog.arishahmad.in·Aug 10, 2024Accessing S3 Bucket Images with APIIntroduction This blog will guide you through setting up an API to access images stored in Amazon S3. We’ll leverage AWS Lambda to create a serverless function that handles image retrieval, and API Gateway to expose this functionality as a RESTful AP...Discuss·40 readsAWS Project Chronicles: From Novice to ExpertAWS
Bruno Gatetegatete.hashnode.dev·Jul 29, 2024FeaturedBuild an End-to-end HTTP API with AWS API GatewayIn this article, I will guide you through the process of setting up AWS API Gateway to create an end-to-end HTTP API. This API will allow users to request information from a database and create new data entries. Whether you're a beginner or looking t...Rồng Bạch Kim Me and 3 others are discussing this4 people are discussing thisDiscuss·31 likes·485 readsAWS API GatewayBeautiful 11
Sanket Nimkarsanketnmkr.hashnode.dev·Jul 29, 2024Cost Optimization Strategies for Serverless ArchitecturesServerless architectures are becoming a popular choice due to their ability to scale easily and potentially reduce costs. Services like AWS Lambda, S3, and API Gateway offer a range of benefits, making it easier to manage applications and infrastruct...Discuss·1 like·29 readsAWS
Bruno Gatetegatete.hashnode.dev·Jul 29, 2024Amazon API Gateway .In today's digital landscape, Application Programming Interfaces (APIs) serve as the cornerstone of modern software development, enabling seamless communication and data sharing between applications. If you're aiming to share your APIs with the world...DiscussAWS API Gateway
Utkarsh Rastogiawslearner.hashnode.dev·May 12, 2024Amazon API Gateway - Part2Amazon Cloud Concepts Learning --> Day16 API Gateway Caching By setting up an Amazon API Gateway cache and indicating its gigabyte capacity, you may add caching to API requests. The endpoint's response can be cached thanks to caching. Caching can ...Discuss·38 readsAWS
Dev H Pateldev1202.hashnode.dev·Apr 3, 2024Amazon DynamoDBIn the recent times where traditional relational databases often struggle to keep pace with the demands of dynamic applications, Amazon DynamoDB emerges as the burning example of innovation and efficiency. It is a fully managed NoSQL database service...Discuss·1 like·57 readsCloud Computing
Srikanth Vaddeneniinndia.hashnode.dev·Nov 27, 2023A Deep Dive into Amazon API GatewayIntroduction: In this blog post, we'll explore the key features and benefits of Amazon API Gateway, shedding light on its capabilities and how it plays a pivotal role in the development and deployment of robust applications. In the rapidly evolving l...Discussblogonaws
md asif khanasifkhanwrites.hashnode.dev·Aug 2, 2023An Idiots Guide to AWS Concepts:What is Amazon EC2? Amazon EC2(Amazon Elastic Compute Cloud) is a web service to rent virtual services called instances. Features : 1- Elastic: EC2 allows you to scale your infrastructure up and down based on demand. 2-Instance Type: General purpose,...Discuss·40 readsAPI Gateway