Skip to content

SMS Service using AWS Lambda function and SNS.

License

Notifications You must be signed in to change notification settings

Silvian/aws-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-sms

SMS Service using AWS Lambda function and SNS.

Installation:

Checkout the project:

  • git clone

Create a virtual environment and install requirements:

  • python3 -m venv venv
  • pip install -r requirements.txt
  • mkdir lib
  • pip install -t lib/ phonenumbers

Build an aws lambda deployable artifact:

  • zip -r ../aws.zip . *

About

SMS Service using AWS Lambda function and SNS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages