{"id":16847563,"url":"https://github.com/fabiosantoscode/infralang","last_synced_at":"2025-10-07T14:03:13.757Z","repository":{"id":146300783,"uuid":"127470715","full_name":"fabiosantoscode/infralang","owner":"fabiosantoscode","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-08T15:29:14.000Z","size":243,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T07:17:25.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fabiosantoscode.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":"2018-03-30T20:35:01.000Z","updated_at":"2018-05-10T11:36:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a273f3c-393a-4927-ba6b-d37174440e3c","html_url":"https://github.com/fabiosantoscode/infralang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabiosantoscode/infralang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Finfralang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Finfralang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Finfralang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Finfralang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiosantoscode","download_url":"https://codeload.github.com/fabiosantoscode/infralang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Finfralang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267686695,"owners_count":24127747,"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-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-10-13T13:08:22.455Z","updated_at":"2025-10-07T14:03:13.751Z","avatar_url":"https://github.com/fabiosantoscode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# infralang\n\n[![Build Status](https://travis-ci.org/fabiosantoscode/infralang.svg?branch=master)](https://travis-ci.org/fabiosantoscode/infralang)\n\nCreate your code on AWS lambda in a single place!\n\n## infralang -e\n\n```bash\n♥  bin/infralang -e '(+ 1 1)'\n2\n♥  bin/infralang -e '(+ 2 4)'\n6\n```\n\n## infralang -c\n\n```bash\n♥  bin/infralang -c '(console.log (+ 2 4))'\n(async () =\u003e {\n return await console.log(2 + 4)\n})().catch(error =\u003e { console.error(error) })\n```\n\n## (set variableName value)\n\n```lisp\n(set variablename (sns \"sns-topic\"))\n```\n\n## (loop [name value name2 value2] (recur))\n\n```lisp\n(set list [1 2 3])\n\n(loop [l list]\n    (console.log l)\n    (if l.length\n        (recur (l.slice 1))))\n```\n\n## (fn [arg1 arg2 ...] code...)\n\n```lisp\n(fn [msg] onMessage\n    (notif.publish {hello: \"world\"}))\n\n(set notif (sns \"sns-topic\"))\n\n(notif.subscribe onMessage)\n```\n\n## (fetch \"url\")\n\n```lisp\n(fetch \"http://www.example.com\")\n```\n\n## (lambda \"name\" (fn [] null))\n\n```lisp\n(set x (lambda \"functionName\" (fn [x]\n    (console.log \"hello\" x))))\n\n(x.call \"param\")\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiosantoscode%2Finfralang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiosantoscode%2Finfralang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiosantoscode%2Finfralang/lists"}