{"id":19945944,"url":"https://github.com/bogeyman76/lambda_sms","last_synced_at":"2026-06-05T22:31:41.012Z","repository":{"id":259157945,"uuid":"587858474","full_name":"bogeyman76/lambda_sms","owner":"bogeyman76","description":"Sends a text message to a phone number from AWS Lambda","archived":false,"fork":false,"pushed_at":"2023-01-11T19:07:30.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T14:16:09.292Z","etag":null,"topics":["aws-lambda","aws-sms","aws-sns","lambda"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bogeyman76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-11T18:52:21.000Z","updated_at":"2023-01-11T20:18:28.000Z","dependencies_parsed_at":"2024-10-23T05:25:02.799Z","dependency_job_id":"8b16ceb2-a4bc-4225-88e6-0ad9453b9339","html_url":"https://github.com/bogeyman76/lambda_sms","commit_stats":null,"previous_names":["bogeyman76/lambda_sms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bogeyman76/lambda_sms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogeyman76%2Flambda_sms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogeyman76%2Flambda_sms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogeyman76%2Flambda_sms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogeyman76%2Flambda_sms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bogeyman76","download_url":"https://codeload.github.com/bogeyman76/lambda_sms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogeyman76%2Flambda_sms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-26T02:00:06.075Z","response_time":193,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-lambda","aws-sms","aws-sns","lambda"],"created_at":"2024-11-13T00:27:31.678Z","updated_at":"2025-11-26T22:01:46.956Z","avatar_url":"https://github.com/bogeyman76.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lambda_sms\nDescription: Sends a text message to a phone number from AWS Lambda\n\nThis is a sample script of how to send a text message from Lambda.\n\nYou will require: \n- Appropriate permissions to send via SMS\n- An AWS active origination number to send from\n- Registered destination numbers while in Sandbox mode\n\nThe execution role must contain the following to allow the message to be sent:\n\n{\n  \"Effect\": \"Allow\",\n  \"Action\": [\n    \"sns:Publish\",\n    \"sns:SetSMSAttribute\"\n  ],\n  \"Resource\": \"*\"\n}\n\nFor reference:\nhttps://docs.aws.amazon.com/sns/latest/dg/sns-mobile-phone-number-as-subscriber.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogeyman76%2Flambda_sms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogeyman76%2Flambda_sms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogeyman76%2Flambda_sms/lists"}