{"id":23408493,"url":"https://github.com/anilonayy/go-lambda-example","last_synced_at":"2026-04-15T15:40:10.518Z","repository":{"id":269288169,"uuid":"906617684","full_name":"anilonayy/go-lambda-example","owner":"anilonayy","description":"A simple guide to create AWS Lambda function with Golang.","archived":false,"fork":false,"pushed_at":"2024-12-22T12:41:24.000Z","size":3097,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T19:51:51.804Z","etag":null,"topics":["aws","aws-lambda","golang","serverless-application-model","terraform"],"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/anilonayy.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-12-21T12:10:43.000Z","updated_at":"2024-12-22T12:41:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b17f558-42eb-4794-b788-8f4be3fa1188","html_url":"https://github.com/anilonayy/go-lambda-example","commit_stats":null,"previous_names":["anilonayy/go-lambda-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilonayy%2Fgo-lambda-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilonayy%2Fgo-lambda-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilonayy%2Fgo-lambda-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilonayy%2Fgo-lambda-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anilonayy","download_url":"https://codeload.github.com/anilonayy/go-lambda-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247956857,"owners_count":21024617,"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","aws-lambda","golang","serverless-application-model","terraform"],"created_at":"2024-12-22T15:15:10.690Z","updated_at":"2026-04-15T15:40:05.447Z","avatar_url":"https://github.com/anilonayy.png","language":"Go","readme":"# Golang Lambda Example\n\nThis is a simple example of how to create a scheduled lambda function using different methods.\n\nAfter the lambda function is created, the triggering history of the lambda can be examined from the Log Group that matches the function name via CloudWatch.\n\n## Methods\n\n- [Hands-On (AWS CLI)](./hands-on)\n- [AWS SAM](./sam)\n- [Terraform](./terraform)\n\n```tree\n├── .gitignore\n├── README.md\n├── events\n│   └── event.json\n├── hands-on\n│   ├── README.md\n│   ├── go.mod\n│   ├── go.sum\n│   ├── main.go\n│   ├── presentation\n│   │   └── test.png\n│   └── trust-policy.json\n├── sam\n│   ├── Makefile\n│   ├── README.md\n│   ├── hello-world\n│   │   ├── go.mod\n│   │   ├── go.sum\n│   │   ├── main.go\n│   │   └── main_test.go\n│   ├── samconfig.toml\n│   └── template.yaml\n└── terraform\n    ├── README.md\n    ├── go.mod\n    ├── go.sum\n    ├── lambda.zip\n    ├── main.go\n    └── main.tf\n```\n\n\n## Sample Monitoring\n![image](https://github.com/user-attachments/assets/db21c522-6c6c-4f01-82d6-587c933967b0)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanilonayy%2Fgo-lambda-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanilonayy%2Fgo-lambda-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanilonayy%2Fgo-lambda-example/lists"}