{"id":20849626,"url":"https://github.com/augustoscher/curso-aws-serverless-apps","last_synced_at":"2025-05-12T04:30:47.314Z","repository":{"id":38771216,"uuid":"255485403","full_name":"augustoscher/curso-aws-serverless-apps","owner":"augustoscher","description":"Serverless Apps with AWS","archived":false,"fork":false,"pushed_at":"2023-03-05T00:04:31.000Z","size":55524,"stargazers_count":11,"open_issues_count":96,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T00:15:49.515Z","etag":null,"topics":["apollo-server","apollo-server-lambda","aws-api-gateway","aws-aurora","aws-cloudfront","aws-dynamodb","aws-lambda","aws-rekognition","aws-s3","aws-sqs","aws-translate","ecs-fargate","graphql","node-streams","nodejs","serverless-framework"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/augustoscher.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}},"created_at":"2020-04-14T01:57:05.000Z","updated_at":"2023-09-05T04:34:36.000Z","dependencies_parsed_at":"2023-02-13T13:45:51.287Z","dependency_job_id":null,"html_url":"https://github.com/augustoscher/curso-aws-serverless-apps","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/augustoscher%2Fcurso-aws-serverless-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoscher%2Fcurso-aws-serverless-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoscher%2Fcurso-aws-serverless-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoscher%2Fcurso-aws-serverless-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augustoscher","download_url":"https://codeload.github.com/augustoscher/curso-aws-serverless-apps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253675100,"owners_count":21945897,"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":["apollo-server","apollo-server-lambda","aws-api-gateway","aws-aurora","aws-cloudfront","aws-dynamodb","aws-lambda","aws-rekognition","aws-s3","aws-sqs","aws-translate","ecs-fargate","graphql","node-streams","nodejs","serverless-framework"],"created_at":"2024-11-18T03:05:58.364Z","updated_at":"2025-05-12T04:30:45.825Z","avatar_url":"https://github.com/augustoscher.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Serverless Apps\nServerless Apps with AWS\n\nGood points:\n\n- Não precisa gerenciar Clusters;\n- Segurança entre redes;\n- Autoscaling;\n- Gerenciamento de memória e disco;\n- Tem dezenas de serviços à disposição.\n- Podem ser containers serverless e executar funções de longa duração;\n- Rodar e testar localmente via docker (localstack, serverless-offline e nodemon)\n\nDisclaimers:\n\n- Cold Start\n- Cloud dependency\n\n## Setup\n\nSet node version:\n```\nnvm use 18\n```\n\nInstall Serverless framework globally or in some application:\n\n```\nyarn global add serverless\n```\n\nExport AWS credentials:\n\n```\nexport AWS_ACCESS_KEY_ID=\u003cyour-key-here\u003e\nexport AWS_SECRET_ACCESS_KEY=\u003cyour-secret-key-here\u003e\n```\n\nDeploy your service:\n```\nserverless deploy\n```\n\n### Image Analysis with Rekognition \n\nhttps://fyysud98b0.execute-api.us-east-1.amazonaws.com/dev/analyse?imageUrl=https://cdn.pixabay.com/photo/2015/02/12/10/30/dog-633562_1280.jpg\n\n```\nA imagem tem\n98.55% - Cão\n98.55% - animal de estimação\n98.55% - caninos\n98.55% - mamíferos\n98.55% - animais\n98.28% - roupas\n98.28% - vestuário\n88.52% - sapatos\n88.52% - calçados\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustoscher%2Fcurso-aws-serverless-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugustoscher%2Fcurso-aws-serverless-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustoscher%2Fcurso-aws-serverless-apps/lists"}