{"id":19128867,"url":"https://github.com/peerlibrary/meteor-aws-sdk","last_synced_at":"2025-04-16T08:54:31.559Z","repository":{"id":7956681,"uuid":"9353204","full_name":"peerlibrary/meteor-aws-sdk","owner":"peerlibrary","description":"SDK for AWS services including Amazon S3, Amazon EC2, DynamoDB, and Amazon SWF","archived":false,"fork":false,"pushed_at":"2020-01-06T22:17:04.000Z","size":36,"stargazers_count":102,"open_issues_count":0,"forks_count":23,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T05:22:36.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://aws.amazon.com/sdk-for-node-js/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peerlibrary.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":"2013-04-10T18:40:13.000Z","updated_at":"2022-12-03T00:36:36.000Z","dependencies_parsed_at":"2022-08-31T13:42:10.804Z","dependency_job_id":null,"html_url":"https://github.com/peerlibrary/meteor-aws-sdk","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-aws-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-aws-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-aws-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-aws-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peerlibrary","download_url":"https://codeload.github.com/peerlibrary/meteor-aws-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249222139,"owners_count":21232437,"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":[],"created_at":"2024-11-09T06:05:53.185Z","updated_at":"2025-04-16T08:54:31.534Z","avatar_url":"https://github.com/peerlibrary.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"AWS SDK smart package\n=====================\n\n[AWS SDK](https://aws.amazon.com/javascript/) Meteor smart package for [node.js](https://aws.amazon.com/sdk-for-node-js/)\nand [browser](https://aws.amazon.com/sdk-for-browser/) package, providing the SDK that helps\ntake the complexity out of coding by providing JavaScript objects for AWS services including\nAmazon S3, Amazon EC2, DynamoDB, and Amazon SWF.\n\nAfter Adding this package to your [Meteor](http://www.meteor.com/) application import it using `import { AWS } from 'meteor/peerlibrary:aws-sdk';`,\nwhich you can then use [according to the documentation](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/index.html).\n\nOn the server-side, in addition to existing API, a [fibers](https://github.com/laverdet/node-fibers)-enabled\nsynchronous ([blocking](https://github.com/peerlibrary/meteor-blocking)) methods are added to objects. They\nare named the same, but with a `Sync` suffix.\n\nServer-side example using [CoffeeScript](http://coffeescript.org/):\n\n```coffee\nif Meteor.settings.AWS\n  AWS.config.update\n    accessKeyId: Meteor.settings.AWS.accessKeyId\n    secretAccessKey: Meteor.settings.AWS.secretAccessKey\nelse\n  console.warn \"AWS settings missing\"\n\ns3 = new AWS.S3()\n\nlist = s3.listObjectsSync\n  Bucket: 'bucketname'\n  Prefix: 'subdirectory/'\n\nfor file in list.Contents\n  # ...\n```\n\nBoth client and server side.\n\nInstallation\n------------\n\n```\nmeteor add peerlibrary:aws-sdk\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerlibrary%2Fmeteor-aws-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeerlibrary%2Fmeteor-aws-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerlibrary%2Fmeteor-aws-sdk/lists"}