{"id":17159496,"url":"https://github.com/tomohiro/apex-python-boilerplate","last_synced_at":"2026-01-20T01:19:59.096Z","repository":{"id":15033166,"uuid":"51827005","full_name":"tomohiro/apex-python-boilerplate","owner":"tomohiro","description":"Python meets Lambda - Apex Python Boilerplate for AWS Lambda function","archived":false,"fork":false,"pushed_at":"2022-07-21T22:38:53.000Z","size":30,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T10:23:52.209Z","etag":null,"topics":["apex","aws","lambda","python"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomohiro.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}},"created_at":"2016-02-16T10:18:12.000Z","updated_at":"2022-04-02T17:13:59.000Z","dependencies_parsed_at":"2022-08-08T08:00:10.238Z","dependency_job_id":null,"html_url":"https://github.com/tomohiro/apex-python-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomohiro%2Fapex-python-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomohiro%2Fapex-python-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomohiro%2Fapex-python-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomohiro%2Fapex-python-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomohiro","download_url":"https://codeload.github.com/tomohiro/apex-python-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247431505,"owners_count":20937983,"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","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":["apex","aws","lambda","python"],"created_at":"2024-10-14T22:14:25.595Z","updated_at":"2025-10-14T12:10:45.231Z","avatar_url":"https://github.com/tomohiro.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Apex Python Boilerplate for AWS Lambda function\n================================================================================\n\n\nRequirements\n--------------------------------------------------------------------------------\n\n- Python 2.7 (Recommend [yyuu/pyenv: Simple Python version management](https://github.com/yyuu/pyenv))\n    - pip\n    - virtualenv\n- Ruby 2.3.1 (Recoomend [rbenv/rbenv: Groom your app’s Ruby environment with rbenv](https://github.com/rbenv/rbenv))\n    - RubyGems\n    - Bundler\n- Terraform\n\n\nGetting Started\n--------------------------------------------------------------------------------\n\n### Initialize an Apex project\n\nInstall dependencies:\n\n```sh\n$ pip install -r requirements.txt\n$ bundle install --path vendor/bundle\n```\n\nCreate IAM role to execute lambda functions:\n\n```sh\n$ apex infra plan    # Dry-run\n$ apex infra apply   # Apply changes\n```\n\n\nDevelopment AWS Lambda functions\n--------------------------------------------------------------------------------\n\n### Create a function\n\nMove to the `example` function directory:\n\n```\n$ cd functions/example\n```\n\nInstall dependencies:\n\n```sh\n$ make deps\n```\n\n### Testing\n\n```sh\n$ make test\n```\n\n### Deploy\n\n```sh\n$ apex deploy example --chdir ../../ --log-level debug\n```\n\n\n### Project testing\n\nRun all tests:\n\n```sh\n$ bundle exec rake spec\n```\n\n\nLICENSE\n--------------------------------------------------------------------------------\n\n\u0026copy; 2017 Tomohiro TAIRA.\n\nThis project is licensed under the MIT license. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomohiro%2Fapex-python-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomohiro%2Fapex-python-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomohiro%2Fapex-python-boilerplate/lists"}