Sayali Jadhavsayali.hashnode.net·Feb 15, 2023Day46: Set up CloudWatch alarms and SNS topic in AWSWhat is Amazon CloudWatch? Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time. You can use CloudWatch to collect and track metrics, which are variables you can measure for your resourc...Discuss·3 likes·185 reads#90daysofdevops
Christian Bonzeletcremich.hashnode.net·Jan 4, 2023Why you should use Amazon Pinpoint for solving your engagement challengesIn AWS you have multiple options to send native push notifications to your mobile applications - Amazon SNS or Amazon Pinpoint. But which one should you use? In this article, I will describe why I prefer to use Amazon Pinpoint to solve common marketi...Discuss·1 like·222 readsAmazon Pinpointserverless
Raul Naupariraulnq.hashnode.net·Feb 26, 2023AWS SAM: SNS and SQS Lambda TriggersIn the previous post Deploying AWS Lambda Functions with AWS SAM, we saw how easy it is to deploy an AWS Lambda function with Amazon API Gateway. Today we want to complement it by using SNS and SQS as triggers for the Lambda function when dealing wit...Discuss·1 like·69 readsAWS LambdaAWS
Raul Naupariraulnq.hashnode.net·Feb 26, 2023AWS SAM: SNS and SQS Lambda TriggersIn the previous post Deploying AWS Lambda Functions with AWS SAM, we saw how easy it is to deploy an AWS Lambda function with Amazon API Gateway. Today we want to complement it by using SNS and SQS as triggers for the Lambda function when dealing wit...Discuss·1 like·69 readsAWS LambdaAWS
Sayali Jadhavsayali.hashnode.net·Feb 15, 2023Day46: Set up CloudWatch alarms and SNS topic in AWSWhat is Amazon CloudWatch? Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time. You can use CloudWatch to collect and track metrics, which are variables you can measure for your resourc...Discuss·3 likes·185 reads#90daysofdevops
Mikaeel Khalidmikaeels.hashnode.net·Jan 28, 2023How to Deploy All Stacks in AWS CDKAWS Cloud Development Kit (CDK) is a powerful tool that allows developers to define their infrastructure as code. This means that you can use your favorite programming language to deploy and manage your resources on AWS. In this article, we'll show y...Discuss·45 readsAWS CDKAWS
Qasim Albaqaliqasimalbaqali.hashnode.net·Jan 13, 2023Achieving idempotency in the AWS serverless spaceRecently I experienced something that you usually hear about when going through resources around cloud and distributed systems, which is everything fails and you need to plan for it. This doesn’t just mean infrastructure failure but also software fai...DiscussAWS
Christian Bonzeletcremich.hashnode.net·Jan 4, 2023Why you should use Amazon Pinpoint for solving your engagement challengesIn AWS you have multiple options to send native push notifications to your mobile applications - Amazon SNS or Amazon Pinpoint. But which one should you use? In this article, I will describe why I prefer to use Amazon Pinpoint to solve common marketi...Discuss·1 like·222 readsAmazon Pinpointserverless
Jineshkumar Pateljineshaws.hashnode.net·Jun 27, 2022Create S3 Bucket Event Notification using Amazon SNS (Simple Notification Service)Real-World Scenario: A company XYZ is deploying a new web application that helps customers to upload files to S3 Bucket. As a part of the infrastructure, the Administrator needs to be notified via Email whenever an object is put into their S3 bucket....Discuss·51 readsAmazon S3