{"id":17845096,"url":"https://github.com/mukulmantosh/go-lambda","last_synced_at":"2026-04-11T01:50:29.268Z","repository":{"id":184492061,"uuid":"671132893","full_name":"mukulmantosh/go-lambda","owner":"mukulmantosh","description":"Developing Slack Bot using Golang, OpenAI \u0026 AWS","archived":false,"fork":false,"pushed_at":"2023-07-28T15:05:32.000Z","size":1196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T06:34:39.545Z","etag":null,"topics":["aws","chatgpt","go","golang","openai","s3","slack","slack-bot"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mukulmantosh.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}},"created_at":"2023-07-26T15:58:41.000Z","updated_at":"2023-07-29T06:40:10.000Z","dependencies_parsed_at":"2023-07-28T17:51:23.981Z","dependency_job_id":null,"html_url":"https://github.com/mukulmantosh/go-lambda","commit_stats":null,"previous_names":["mukulmantosh/go-lambda"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mukulmantosh/go-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukulmantosh%2Fgo-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukulmantosh%2Fgo-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukulmantosh%2Fgo-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukulmantosh%2Fgo-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukulmantosh","download_url":"https://codeload.github.com/mukulmantosh/go-lambda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukulmantosh%2Fgo-lambda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281600620,"owners_count":26528905,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","chatgpt","go","golang","openai","s3","slack","slack-bot"],"created_at":"2024-10-27T21:34:30.986Z","updated_at":"2025-10-29T09:50:33.556Z","avatar_url":"https://github.com/mukulmantosh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SlackBot with Go \u0026 OpenAI\n\n![background](./misc/background.png)\n\n\n## Dependencies\n\nInstall the below packages\n\n```bash\n$ go get github.com/sashabaranov/go-openai\n$ go get github.com/aws/aws-sdk-go\n$ go get -u github.com/slack-go/slack\n```\n\n### Building Docker Image\n```\n$ docker build -t go-lambda:latest .\n```\n\n\n### Deploying Image\n\nFollow the instructions provided over here https://docs.aws.amazon.com/lambda/latest/dg/go-image.html\n### Creating Function\n\n```bash\naws lambda create-function --function-name \u003cFUNCTION-NAME\u003e --package-type Image --code \u003cECR-IMAGE-URL\u003e --role \u003cAWS-ROLE-NAME\u003e\n```\n\n\n### Updating Function\n\n```bash\naws lambda update-function-code --function-name \u003cFUNCTION-NAME\u003e --image-uri \u003cECR-IMAGE-URL\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukulmantosh%2Fgo-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukulmantosh%2Fgo-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukulmantosh%2Fgo-lambda/lists"}