Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 831 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 831 Bytes

Overview

Interact with AWS Services. Application is written using Python v3 and boto3 AWS library for Python.

Setup

Pre-requistes

  • Python v3.7.4

Install AWS CLI

Follow the instruction at below mentioned link if AWS CLI is not installed

Configure AWS account using following steps

  • Create Security Access Key for user with appropriate permissions
  • Run following command to configure security access key generated from previous step "aws configure"

Third Party Libraries

Install following Python libraries

  • click
  • coloredlogs
  • pyyaml
  • boto3

Run AWS Services

Interact with AWS SQS (Simple Queue Service)

python main_sqs.py --help

Interact with AWS SNS (Simple Notification Service)

python main_sns.py --help