Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 13, 2025AWS Cloud Resume Challenge: API Gateway AWS Lambda DynamoDB and SESIntroduction In this blog post, I’ll share how I tackled the AWS Cloud Resume Challenge, focusing on building a dynamic backend using API Gateway, AWS Lambda, DynamoDB, and Simple Email Service (SES). The goal was to create a visitor counter that inc...41 readsAWS Cloud Resume ChallengeAWS
Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 11, 2025AWS Cloud Resume Challenge: Setting Up CloudFront DistributionIntroduction In this blog post, I’ll guide you through setting up a CloudFront distribution to serve your resume from an S3 bucket. This is part of the AWS Cloud Resume Challenge, and it’s an essential step to improve the performance, security, and s...AWS Cloud Resume ChallengeAWS
Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 11, 2025AWS Cloud Resume Challenge: Uploading My Resume Template to S3 BucketIntroduction In this blog post, I’ll Walk you through how I uploaded my resume template to an Amazon S3 bucket as part of the AWS Cloud Resume Challenge. This challenge is a great way to learn core AWS services and build a serverless application that...AWS Cloud Resume Challengeaws acm
Fidel Villanuevacloud.fvillanuevape.com·Jan 7, 2025Gobierno de APIs con AWS API GatewayAl momento de Implementar muchas soluciones basados en APIs, existe el reto de poder gobernar nuestras APIs en único punto de entrada. En este proceso, tenemos escenarios de APIs Internas, APIs B2B, APIs B2C y APIs Publicas como Open Banking, Open In...AWS CloudCloud
ABHINANDHAN Sthelazydeveloperwrites.hashnode.dev·Nov 29, 2024serverless uploading to AWS S3Uploading large files (up to 5TB) efficiently and securely from a React application to an AWS S3 bucket is a common use case. In this blog, I'll walk you through implementing this solution using pre-signed URLs, with AWS Lambda handling backend logic...11 likes·37 readsAWS
Raul Naupariblog.raulnq.com·Oct 12, 2024How to Use WebSockets with Amazon API GatewayWebSockets is a communication protocol that enables full-duplex data exchange over a single TCP connection, facilitating real-time interactions between clients and servers. Amazon API Gateway supports this protocol through the WebSockets API, relievi...63 reads.NET
Raul Naupariblog.raulnq.com·Sep 29, 2024How to Use Non-Proxy Integration with Amazon API Gateway: OpenAPI SpecificationIn the article How to Use Non-Proxy Integration with Amazon API Gateway, we define resources such as AWS::ApiGateway::RestApi, AWS::ApiGateway::Resource, AWS::Lambda::Permission, and AWS::ApiGateway::Method in our AWS SAM template file instead of AWS...AWS
Tanishka Marrottcloud-design-diaries.hashnode.dev·Sep 23, 2024The Multi-Tier Architectural Pattern. Making complex things *simple*I’ve been in the cloud for quite a few years now; and among the most widely adopted and trusted approaches is the multi-tier design pattern. The reason for this? It elegantly divides an application into its core components, making it easier to manage...2 likesMulti-Tier Architecture
Raul Naupariblog.raulnq.com·Sep 7, 2024How to Validate Requests in Amazon API GatewayIn the post, Understanding Amazon API Gateway: Methods and Integrations, we discussed how the method request section manages authorization, API KEY checks, and request validation. We've already covered authorization in articles like How to Secure AWS...87 readsAWS
Raul Naupariblog.raulnq.com·Sep 1, 2024Understanding Amazon API Gateway: Methods and IntegrationsAmazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any scale. Working with Amazon API Gateway can be overwhelming, especially at the beginning when many concepts are...27 readsAWS