Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.18 KB

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