Navigation

Home
Search
Submit A Resource
Contact Us
About Functionn

Subscription Options


Subscribe By Email (265+)


Lists


Archives

Showing posts with label AWS. Show all posts
Showing posts with label AWS. Show all posts

Apr 20, 2012

Author: Hirvesh Posted At: 4/20/2012 Tags: , , ,

FakeS3 - A Lightweight Server That Responds To The Same Calls Amazon S3

FakeS3 is a lightweight server that responds to the same calls Amazon S3 responds to.  It is extremely useful for testing of S3 in a sandbox environment without actually making calls to Amazon, which not only require network, but also cost you precious dollars.

The goal of Fake S3 is to minimize runtime dependencies and be more of a development tool to test S3 calls in your code rather than a production server looking to duplicate S3 functionality. Trying RiakCS, ParkPlace/Boardwalk, or Ceph might be a place to start if that is your goal.

FakeS3 doesn't support all of the S3 command set, but the basic ones like put, get, list, copy, and make bucket are supported.

Requirements: None
Demohttps://github.com/jubos/fake-s3
License: MIT License

Jan 27, 2012

Author: Hirvesh Posted At: 1/27/2012 Tags: , , , ,

DYNAMO - A NODE.JS BINDING FOR THE DYNAMODB SERVICE PROVIDED BY AMAZON WEB SERVICES

Dynamo is a node.js binding for the DynamoDB service provided by Amazon Web Services. It currently supports the entire DynamoDB API in an unsugared (read: Amazon-flavored (read: ugly)) format.

Requirements: Node.js
Demohttps://github.com/jed/dynamo
License: Custom Licensing, see: http://goo.gl/5BV0q
 


Recent Posts

Popular Categories



Popular Components



Popular Licenses