{"id":15921984,"url":"https://github.com/iwitaly/aws-lambda-docker-builder","last_synced_at":"2026-04-09T09:34:13.537Z","repository":{"id":150188280,"uuid":"109871039","full_name":"iwitaly/aws-lambda-docker-builder","owner":"iwitaly","description":"Docker image for building packages for AWS Lambda with Python environment","archived":false,"fork":false,"pushed_at":"2017-11-19T20:13:56.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-09T01:43:24.255Z","etag":null,"topics":["aws","aws-lambda","docker","docker-image","numpy","python","python3"],"latest_commit_sha":null,"homepage":null,"language":null,"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/iwitaly.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":"2017-11-07T17:52:56.000Z","updated_at":"2017-11-07T18:07:06.000Z","dependencies_parsed_at":"2023-06-12T11:30:59.304Z","dependency_job_id":null,"html_url":"https://github.com/iwitaly/aws-lambda-docker-builder","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/iwitaly%2Faws-lambda-docker-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwitaly%2Faws-lambda-docker-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwitaly%2Faws-lambda-docker-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwitaly%2Faws-lambda-docker-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iwitaly","download_url":"https://codeload.github.com/iwitaly/aws-lambda-docker-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998700,"owners_count":20866789,"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":["aws","aws-lambda","docker","docker-image","numpy","python","python3"],"created_at":"2024-10-06T20:03:38.958Z","updated_at":"2025-12-30T23:09:55.184Z","avatar_url":"https://github.com/iwitaly.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nSometimes when you upload Python binary packages to AWS Lambda from your local machine, you get an error. For example, if you want to use *numpy* with AWS Lambda you need a built version on AWS Linux. \n\nSetting up AWS instance just for a build is a pain. That's why you can quickly [install Docker](https://docs.docker.com/installation/) and build any package on your machine. After building a package just copy into your ``` vendored/ ``` folder and upload to Lambda.\n\n# Usage\n\nIf you're ok with Python 3, simply build Docker image from a given ``` Dockerfile ``` with a command\n\n```\ndocker build -t your_name/your_tag .\n```\n\nDon't forget to replace *your_name* and *your_tag* to whatever you want.\n\nThen run your container and mount local folder with a desired ``` requirements.txt ``` file to a containers ```/workdir_container``` with a command\n\n```\ndocker run --rm -v your_folder_with_requirements_file:/workdir_container your_name/your_tag\n```\n\nNow wait for packages to be built and find them at ```your_folder_with_requirements_file/vendored/```.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwitaly%2Faws-lambda-docker-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwitaly%2Faws-lambda-docker-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwitaly%2Faws-lambda-docker-builder/lists"}