{"id":42459858,"url":"https://github.com/alvin-rw/alli-lister","last_synced_at":"2026-01-28T09:16:00.007Z","repository":{"id":288250390,"uuid":"966463083","full_name":"alvin-rw/alli-lister","owner":"alvin-rw","description":"AWS Lambda Last Invocation Lister","archived":false,"fork":false,"pushed_at":"2025-08-12T14:52:20.000Z","size":36,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T16:34:26.840Z","etag":null,"topics":["aws","lambda"],"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/alvin-rw.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,"zenodo":null}},"created_at":"2025-04-15T00:53:44.000Z","updated_at":"2025-08-12T14:52:25.000Z","dependencies_parsed_at":"2025-04-16T13:44:52.842Z","dependency_job_id":"acb47624-6044-45e0-b60f-465f70e7da73","html_url":"https://github.com/alvin-rw/alli-lister","commit_stats":null,"previous_names":["alvin-rw/alli-lister"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alvin-rw/alli-lister","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin-rw%2Falli-lister","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin-rw%2Falli-lister/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin-rw%2Falli-lister/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin-rw%2Falli-lister/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvin-rw","download_url":"https://codeload.github.com/alvin-rw/alli-lister/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin-rw%2Falli-lister/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28843375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","lambda"],"created_at":"2026-01-28T09:15:59.494Z","updated_at":"2026-01-28T09:15:59.995Z","avatar_url":"https://github.com/alvin-rw.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Lambda Last Invocation Lister\nCLI tool to list all of your AWS Lambda Functions and their last invocation time and output the result in a CSV file\n\n## Getting started\n\n### Prerequisites\nYou will need `aws cli` installed in your machine. Run `aws configure` to configure your CLI profile and its default region.\n```shell\naws configure\n```\n\n### Running the program\n\nDownload the compiled binaries from the release page. By default, it will use your \"default\" profile from your AWS CLI configuration\n```shell\nalli-lister\n```\n\nIf you want to use different profile, you can use `-aws-profile` argument\n```shell\nalli-lister -aws-profile \u003cyour-profile-name\u003e\n```\n\nBy default, the program will only list the Lambda Functions in your AWS CLI default region. To list all functions in your AWS account's all available regions, use `-all-regions` parameter\n```shell\nalli-lister -all-regions\n```\n\nTo run it in debug mode for troubleshooting, set `-debug=true`\n```shell\nalli-lister -debug=true\n```\n\n## Directly running the source code\nYou can also run the source code directly if you have Go installed\n```shell\ngo run .\n\n# or if you have Make installed\nmake run\n```\n\nIf you want to use different profile, you can use `--aws-profile` argument\n```shell\ngo run . --aws-profile \u003cyour-profile-name\u003e\n```\n\nTo run it in debug mode for troubleshooting, set `--debug=true`\n```shell\ngo run . -debug=true\n\n# or if you have Make installed\nmake debug\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvin-rw%2Falli-lister","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvin-rw%2Falli-lister","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvin-rw%2Falli-lister/lists"}