{"id":18665776,"url":"https://github.com/emilhein/go-aws-webserver","last_synced_at":"2025-08-20T18:19:31.921Z","repository":{"id":57501382,"uuid":"216994939","full_name":"emilhein/go-aws-webserver","owner":"emilhein","description":"A small webserver written in Go, to perform simple tasks on your AWS ressources","archived":false,"fork":false,"pushed_at":"2023-02-14T15:29:06.000Z","size":29,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T05:35:29.752Z","etag":null,"topics":["aws","go-api","go-websocket-server","websocket-server"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emilhein.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":"2019-10-23T07:27:29.000Z","updated_at":"2019-11-09T18:44:45.000Z","dependencies_parsed_at":"2024-06-20T08:16:25.953Z","dependency_job_id":"c3fbb092-00eb-49b8-8cd7-e3248bb7e465","html_url":"https://github.com/emilhein/go-aws-webserver","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/emilhein/go-aws-webserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-webserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-webserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-webserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-webserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emilhein","download_url":"https://codeload.github.com/emilhein/go-aws-webserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilhein%2Fgo-aws-webserver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261519057,"owners_count":23171228,"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","go-api","go-websocket-server","websocket-server"],"created_at":"2024-11-07T08:29:03.495Z","updated_at":"2025-06-23T17:09:41.053Z","avatar_url":"https://github.com/emilhein.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/emilhein/go-aws-webserver.svg?branch=master)](https://travis-ci.org/emilhein/go-aws-webserver)\n\n\nExample [here](https://github.com/emilhein/go-heroku-server)\n# go-aws-webserver\n\nA small webserver written in Go, to perform simple tasks on your AWS ressources\n\n### How to use\n\nNOTE: Remeber to set aws credentials when you deploy this server\n\nMake sure you have AWS credentials available on your computer:\n\nWindows: C:\\Users\\{USERNAME}\\.aws\\credentials\n\n```\npackage main\n\nimport (\n\t\"github.com/emilhein/go-aws-webserver/webserver\"\n)\n\nfunc main() {\n\twebserver.Start()\n}\n\n```\n\nNow you have a webserver with some already defined endpoints for your AWS ressources.\n\nFor now the most usefull endpoint is:\n\nPOST: localhost:3000/getS3files\n\nA POST body request in postman could look like this:\n\n```\n{\n\t\"bucket\" : \"YOUR_BUCKET\",\n\t\"filepaths\" : [\"json_file_1\", \"json_file_2\"]\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilhein%2Fgo-aws-webserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femilhein%2Fgo-aws-webserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilhein%2Fgo-aws-webserver/lists"}