{"id":16785400,"url":"https://github.com/prandogabriel/workshop-serverless-aws","last_synced_at":"2025-03-16T23:11:58.135Z","repository":{"id":242611460,"uuid":"809893146","full_name":"prandogabriel/workshop-serverless-aws","owner":"prandogabriel","description":"\"Repositório com código base workshop sobre serverless na AWS ministrado na semana acadêmica de Eng. Comp e ADS da UTFPR.\"","archived":false,"fork":false,"pushed_at":"2024-06-05T11:23:21.000Z","size":5833,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T09:13:32.764Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/prandogabriel.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,"publiccode":null,"codemeta":null}},"created_at":"2024-06-03T16:45:55.000Z","updated_at":"2024-06-05T11:23:24.000Z","dependencies_parsed_at":"2024-06-05T12:55:08.732Z","dependency_job_id":null,"html_url":"https://github.com/prandogabriel/workshop-serverless-aws","commit_stats":null,"previous_names":["prandogabriel/workshop-serverless-aws"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prandogabriel%2Fworkshop-serverless-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prandogabriel%2Fworkshop-serverless-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prandogabriel%2Fworkshop-serverless-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prandogabriel%2Fworkshop-serverless-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prandogabriel","download_url":"https://codeload.github.com/prandogabriel/workshop-serverless-aws/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945605,"owners_count":20372896,"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":[],"created_at":"2024-10-13T08:09:12.923Z","updated_at":"2025-03-16T23:11:58.116Z","avatar_url":"https://github.com/prandogabriel.png","language":"TypeScript","readme":"# Intro a app serverless na AWS com NodeJs\n\n### Instalar as deps\n```bash\n    npm i\n```\n\n### Rodar local com serverless offline\n```bash\n    npm run start\n```\ntestar req\n```bash\n    curl --request POST \\\n    --url http://localhost:3000/dev/hello \\\n    --header 'Content-Type: application/json' \\\n    --header 'User-Agent: insomnia/8.6.1' \\\n    --data '{\n        \"name\": \"Frederic\"\n    }'\n```\n\n### Deploy da app\n```bash\n    npm run sls deploy -- --stage dev\n```\n\n### Deletar a app\n```bash\n    npm run sls remove -- --stage dev\n```\n\n\n### Criar url encurtada\n```bash\n    curl --request POST \\\n    --url http://localhost:3000/dev/shortener \\\n    --header 'Content-Type: application/json' \\\n    --header 'User-Agent: insomnia/8.6.1' \\\n    --data '{\n        \"url\": \"https://docs.google.com/presentation/d/1TSHEy-mnCo9PcbIchY43Na67zXHTDgvpqd6pocNJMtQ/edit?usp=sharing\"\n    }'\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprandogabriel%2Fworkshop-serverless-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprandogabriel%2Fworkshop-serverless-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprandogabriel%2Fworkshop-serverless-aws/lists"}