{"id":31706681,"url":"https://github.com/arpunk/nube","last_synced_at":"2025-10-08T23:27:05.942Z","repository":{"id":24843066,"uuid":"28257949","full_name":"arpunk/nube","owner":"arpunk","description":"LFE wrapper for the erlcloud library","archived":false,"fork":false,"pushed_at":"2016-03-23T03:27:22.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-23T23:51:43.511Z","etag":null,"topics":["lfe","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arpunk.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}},"created_at":"2014-12-20T05:30:32.000Z","updated_at":"2022-05-27T23:40:41.000Z","dependencies_parsed_at":"2022-08-23T06:01:02.780Z","dependency_job_id":null,"html_url":"https://github.com/arpunk/nube","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/arpunk/nube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpunk%2Fnube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpunk%2Fnube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpunk%2Fnube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpunk%2Fnube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arpunk","download_url":"https://codeload.github.com/arpunk/nube/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpunk%2Fnube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000736,"owners_count":26082862,"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-08T02:00:06.501Z","response_time":56,"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":["lfe","wrapper"],"created_at":"2025-10-08T23:27:02.458Z","updated_at":"2025-10-08T23:27:05.930Z","avatar_url":"https://github.com/arpunk.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nube\n*LFE wrapper for the erlcloud library*\n\n## Introduction\n\nNube serves as a wrapper for the different AWS services the erlcloud\nErlang library supports with some extra macros to make your life\neasier.\n\n## Installation\n\nTo install and use the library just add it to your ``rebar.config``\ndeps:\n\n```erlang\n  {deps, [\n    {nube, {git, \"git@github.com:arpunk/nube.git\", {branch, \"master\"}}}\n  ]}.\n```\n\nThen get and compile the dependencies:\n\n```bash\n    $ rebar3 compile\n```\n\n## Documentation\n\n### Supported AWS services\n* EC2\n* ELB\n* S3\n* SDB\n* SQS\n* STS\n* SNS\n* Kinesis\n* IAM\n* AutoScaling\n* CloudTrail\n* Mechanical Turk\n* CloudWatch\n* DynamoDB\n\n### Usage\n\n#### Quickstart\n\nMake sure you have exported your AWS credentials:\n\n```bash\n    export AWS_ACCESS_KEY_ID=\"access key\"\n    export AWS_SECRET_ACCESS_KEY=\"secret access key\"\n```\n\nThen fire up a `repl`:\n\n```bash\n    $ rebar3 lfe repl\n    ...\n    \u003e (nube:start)\n    ok\n    \u003e (nube-ec2:describe-images)\n```\n\nOr you can just create the credentials:\n\n```lisp\n    (let ((credentials (nube-util:make-crendentials \"access key\"\n                                                    \"secret access key\")))\n      (nube-ec2:describe-images credentials))\n```\n\n### More advanced\n\n```lisp\n(let* ((instance-spec (make-ec2_instance_spec image_id \"ami\"\n                                              key_name \"keypair\"\n                                              instance_type \"t2.micro\"\n                                              availability_zone \"us-east-1c\"))\n       (instance (nube-ec2:run-instances instance-spec))\n    (lfe_io:format \"Instance: ~p~n\" (list instance))))\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpunk%2Fnube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farpunk%2Fnube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpunk%2Fnube/lists"}