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.
- Deploy files to Lambda as Python ReceiveSms
- Edit
config/numbers.local.json - Edit
swagger.ymland replace theREGION_APIGWandARN_LAMBDAstrings - Deploy
swagger.ymlto AWS API Gateway by importing a REST API - Edit
/{file+} - GET - Integration Requestand reselect the lambda function. It will give the necessary invoke permissions - Deploy API