After reading this blog, you should be able to grasp what an Amazon API Gateway is, its architecture, benefits of it, how it operates and how to get start Amazon API Gateway with http API What is Amazon API Gateway? Amazon API Gateway is a web service that allows developers…
Author: Jaya Rohith Puvvula
Managing Amazon SNS topic subscription using Boto3
<–Working with Amazon SNS in Python using Boto3 SDK Before sending a message to consumers, we need to subscribe them to the topic (phone number, email, HTTP/S Endpoint, Lambda, or SQS). Create an Amazon SNS subscription To subscribe to an Amazon SNS web service topic programmatically, you need to use…
Managing Amazon SNS topics using Boto3
<–Working with Amazon SNS in Python using Boto3 SDK The primary purpose of a publish/subscribe system is to allow message distribution from the application or service to many possible destinations. The source application is sending a message to a topic. Destination applications or services are subscribed to the topic and receive…
Working with Amazon SNS in Python using Boto3 SDK
This blog will show you how to use Python and the Boto3 module to connect with Amazon SNS in order to create, describe, list, and delete SNS topics as well as send messages to them. Amazon Simple Notification Service (Amazon SNS) is a highly available, secure, and fully managed Publisher-Subscriber (pub/sub)…
S3 Bucket Versioning
In this blog post, we are going to discuss versioning in S3. We are also going to enable versioning in S3 bucket. Versioning in S3: Before we look into S3 bucket versioning let us look into what an Amazon S3 bucket is, a leading provider of scalability, data availability, security,…
Using AWS CLI to Enable Versioning
back to main page This section covers enabling versioning on an S3 bucket using AWS CLI Step 1: Login to AWS through CLI After installing AWS in our Command line interface, type the command This command will request you for your AWS login information as well as the default output format…
Using AWS Console to Enable Versioning
back to main page In this section we will enable versioning on an S3 bucket from AWS S3 console. Step 1: Login to AWS Management Console and open S3 Login to AWS Management Console and open S3 service. You can either go to Services -> Storage -> S3 or Type s3 in the search bar…