{"id":30485712,"url":"https://github.com/robertobatts/golexa","last_synced_at":"2026-04-14T18:32:27.720Z","repository":{"id":119191011,"uuid":"199170927","full_name":"robertobatts/golexa","owner":"robertobatts","description":"Alexa SDK for skills development","archived":false,"fork":false,"pushed_at":"2020-03-23T20:03:56.000Z","size":20268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T00:39:44.631Z","etag":null,"topics":["alexa-skills-kit","aws","golang-library"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertobatts.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,"zenodo":null}},"created_at":"2019-07-27T13:52:11.000Z","updated_at":"2020-03-23T20:02:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"7889ad4f-ea7e-45dc-b7b6-d502aaa9d74f","html_url":"https://github.com/robertobatts/golexa","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/robertobatts/golexa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobatts%2Fgolexa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobatts%2Fgolexa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobatts%2Fgolexa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobatts%2Fgolexa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertobatts","download_url":"https://codeload.github.com/robertobatts/golexa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobatts%2Fgolexa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31810737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: 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":["alexa-skills-kit","aws","golang-library"],"created_at":"2025-08-24T16:19:15.308Z","updated_at":"2026-04-14T18:32:27.715Z","avatar_url":"https://github.com/robertobatts.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golexa\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cc64a91c4de74032bf559c98f6a78cdf)](https://app.codacy.com/app/battaroberto/golexa?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=robertobatts/golexa\u0026utm_campaign=Badge_Grade_Dashboard)\n[![License](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](https://www.mozilla.org/en-US/MPL/2.0/FAQ/)\n\n## Usage\n\nThe Golexa struct is the initial interface point with the SDK.  Alexa must be\n initialized first.  The struct is defined as:\n\n```Go\ntype Golexa struct {\n\tTriggerable    Triggerable\n\tAlexaRequest   *AlexaRequest\n\tTranslationMap map[string]map[string]string\n}\n```\n\nGolexa embeds the Triggerable interface, whose methods must be implemented\n\n```Go\ntype Triggerable interface {\n\tOnLaunch(ctx context.Context, req AlexaRequest, resp *AlexaResponse) error\n\tOnIntent(ctx context.Context, req AlexaRequest, resp *AlexaResponse) error\n}\n```\n\nBy calling \n\n```Go\nvar gxa = \u0026Golexa{...}\ngxa.LambdaStart()\n```\nthe functions defined in the Triggerable interface are triggered.\n\n## Example\n\nYou can see a complete example of how to use Golexa [here](https://github.com/robertobatts/golexa/blob/master/samples/scorekeeper/scorekeeper.go)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertobatts%2Fgolexa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertobatts%2Fgolexa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertobatts%2Fgolexa/lists"}