Receive SMS

SMS Viewer with IMAP Backend. Used with an Android phone with SMS Backup+ or SMS Gate. Running on the AWS API Gateway and AWS Lambda.

Deployment

  1. Deploy files to Lambda as Python ReceiveSms
  2. Edit config/numbers.local.json
  3. Edit swagger.yml and replace the REGION_APIGW and ARN_LAMBDA strings
  4. Deploy swagger.yml to AWS API Gateway by importing a REST API
  5. Edit /{file+} - GET - Integration Request and reselect the lambda function. It will give the necessary invoke permissions
  6. Deploy API