Skip to content

MihirRajeshPanchal/aws-python-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leveraging Boto3: Pythonic access to S3 and SNS on AWS

MumPy Event

MumPy_Logo

A session on Boto3 at the MumPy event


What is Boto3 ?

Boto3 is the official SDK for Python from AWS that lets you control your AWS cloud infrastructure

Boto3_Logo

  • Secure your AWS environment.

  • Monitor and optimize the infrastructure.

  • Automate workflows across AWS services.

  • Automate data management in S3, DynamoDB, etc.

  • Manage your compute resources using EC2, Lambda, etc.


Deployed use-case:

  • Visit the link below for an example of using Boto3 with AWS S3 & AWS SNS

Boto3-AWS-deployment