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