{"id":15009486,"url":"https://github.com/nicor88/aws-python-lambdas","last_synced_at":"2025-04-09T17:24:58.475Z","repository":{"id":55885539,"uuid":"90539512","full_name":"nicor88/aws-python-lambdas","owner":"nicor88","description":"Collection of AWS Lambda functions in Python","archived":false,"fork":false,"pushed_at":"2019-03-13T10:54:01.000Z","size":37237,"stargazers_count":10,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T19:38:50.140Z","etag":null,"topics":["aws","aws-lambda","boto3","conda","python","python-3-6"],"latest_commit_sha":null,"homepage":"","language":"Python","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/nicor88.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":"2017-05-07T14:44:11.000Z","updated_at":"2024-11-06T13:36:30.000Z","dependencies_parsed_at":"2022-08-15T08:40:16.890Z","dependency_job_id":null,"html_url":"https://github.com/nicor88/aws-python-lambdas","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/nicor88%2Faws-python-lambdas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicor88%2Faws-python-lambdas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicor88%2Faws-python-lambdas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicor88%2Faws-python-lambdas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicor88","download_url":"https://codeload.github.com/nicor88/aws-python-lambdas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248075745,"owners_count":21043641,"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","boto3","conda","python","python-3-6"],"created_at":"2024-09-24T19:25:31.291Z","updated_at":"2025-04-09T17:24:58.448Z","avatar_url":"https://github.com/nicor88.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/nicor88/aws-python-lambdas.svg?branch=master)](https://travis-ci.org/nicor88/aws-python-lambdas)\n\n# aws-python-lambdas\nCollection of python lambda function\n\n## Setup Conda Env\n\u003cpre\u003e# create env\nconda create --name aws-python-lambdas python=3.6.2\n# activate env\nsource activate aws-python-lambdas\npip install boto3\npip install pytest\n# install libs from the requirements of each single lambda\nfor i in src/*/; do pip install -r $i\"requirements.txt\"; done\n\u003c/pre\u003e\n\n# Structure\n\n\u003cpre\u003e\n└── src/\n    ├── hello_world_lambda\n    │    ├── __init__.py\n    │    ├── requirements.txt\n    │    └── lambda_function.py\n    └── lambda_function_test_\n         ├── __init__.py\n         ├── requirements.txt\n         └── lambda_function.py            \n\u003c/pre\u003e\n\nWhere:\n*  requirements.txt: contains the libs needed by the lambda\n*  lambda_function.py contains the lambda handler\n\u003cpre\u003edef lambda_handler(event, context):\n    something = 'hello_world'\n    return something\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicor88%2Faws-python-lambdas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicor88%2Faws-python-lambdas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicor88%2Faws-python-lambdas/lists"}