{"id":26398421,"url":"https://github.com/claudimf/udemy-aws-lambda-python-serverless","last_synced_at":"2025-08-27T22:26:12.632Z","repository":{"id":221721476,"uuid":"755136792","full_name":"claudimf/udemy-aws-lambda-python-serverless","owner":"claudimf","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-13T20:41:40.000Z","size":206,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-14T15:41:35.075Z","etag":null,"topics":["aws-lambda","python-lambda","python3","udemy","udemy-course","udemy-course-project"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/claudimf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-09T13:54:01.000Z","updated_at":"2024-02-14T15:41:35.076Z","dependencies_parsed_at":"2024-02-13T15:32:20.886Z","dependency_job_id":"44d40d6a-ae62-4926-ad01-525ccca2ae57","html_url":"https://github.com/claudimf/udemy-aws-lambda-python-serverless","commit_stats":null,"previous_names":["claudimf/udemy-aws-lambda-python-serverless"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudimf%2Fudemy-aws-lambda-python-serverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudimf%2Fudemy-aws-lambda-python-serverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudimf%2Fudemy-aws-lambda-python-serverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudimf%2Fudemy-aws-lambda-python-serverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claudimf","download_url":"https://codeload.github.com/claudimf/udemy-aws-lambda-python-serverless/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244033457,"owners_count":20386935,"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-lambda","python-lambda","python3","udemy","udemy-course","udemy-course-project"],"created_at":"2025-03-17T12:30:22.340Z","updated_at":"2025-03-17T12:31:58.487Z","avatar_url":"https://github.com/claudimf.png","language":"Python","readme":"# Notas de estudo do curso Udemy AWS Lambda Python Serverless\n\n## Curso: [AWS Lambda com Python e Serverless Framework](https://www.udemy.com/course/aws-lambda-com-python-e-serverless-framework/)  \n### Instrutor: [Ricardo Teixeira](https://www.udemy.com/user/f13f3617-1b4a-4f76-974a-29bf554ccc6d/ )  \n\nNeste curso o que temos a aprender:  \n\n1° AWS Lambda  \n2° Programação em Python  \n3° Serverless Framework  \n4° Outros serviços da AWS  \n\n# Notas das Aulas\n\u003cdetails\u003e\n    \u003csummary\u003eAulas\u003c/summary\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/claudimf/udemy-aws-lambda-python-serverless/tree/main/curso-base\"\u003eIntrodução ao Python\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/claudimf/udemy-aws-lambda-python-serverless/tree/main/usando-boto3\"\u003eUtilizando o Boto3\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/claudimf/udemy-aws-lambda-python-serverless/tree/main/curso-base\"\u003eCurso base\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/claudimf/udemy-aws-lambda-python-serverless/tree/main/projeto_1\"\u003eProjeto 1\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/claudimf/udemy-aws-lambda-python-serverless/tree/main/projeto_1\"\u003eProjeto 2\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://github.com/claudimf/udemy-aws-lambda-python-serverless/tree/main/projeto_1\"\u003eProjeto 3\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/details\u003e\n\n# Guia do desenvolvedor\n\n## 🐳 Desenvolvendo utilizando Docker\n\n### Permissões dos arquivos:\nSe você criar um arquivo dentro de um container para que se tenha acesso localmente, você precisa alterar as permissões:\n\n```sh\nsudo chown -R $USER:$USER .\n```\n### Construindo o projeto localmente:\nNo pasta raíz há um arquivo chamado '01_build_local_project.sh' para construir o projeto localment, para tal execute:\n\n```sh\nbash 01_build_local_project.sh\n```\n\n# Referências utilizadas\n[1° Ricardo Teixeira - Udemy instrutor](https://www.ricardoteix.com/)  \n[2° AWS Lambda com Python e Serverless Framework](https://www.udemy.com/course/aws-lambda-com-python-e-serverless-framework/)  \n[3° Boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)  \n[4° Acessando EC2 privadas com EC2 Instance Connect Endpoint](https://www.youtube.com/watch?v=BCVkyoe9aoI)  \n[5° Lista de pacotes Python como AWS Lambda(λ) Layers ](https://github.com/keithrozario/Klayers)  \n[6° Setting Up Serverless Framework With AWS](https://www.serverless.com/framework/docs/getting-started)  \n[7° Plugins](https://www.serverless.com/framework/docs/guides/plugins)  \n[8° Search plugins](https://www.serverless.com/plugins)  ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudimf%2Fudemy-aws-lambda-python-serverless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudimf%2Fudemy-aws-lambda-python-serverless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudimf%2Fudemy-aws-lambda-python-serverless/lists"}