Top "Amazon" questions

DO NOT USE THIS TAG.

fs.writeFile in a promise, asynchronous-synchronous stuff

I need some help with my code. I'm new at Node.js and have a lot of trouble with it. …

node.js asynchronous synchronization amazon amazon-product-api
How to get a full res image from an amazon zoom window

I started this just to use as an internal reference for a project, and now I'm kind of obsessed with …

html image amazon
How can I download a file from an S3 bucket with wget?

I can push some content to an S3 bucket with my credentials through S3cmd tool with s3cmd put …

https amazon-s3 amazon wget s3cmd
AWS S3 Java SDK - Download file help

The code below only works for downloading text files from a bucket in S3. This does not work for an …

java amazon-s3 download amazon java-web-start
How to enable HTTPS stream wrappers

I installed php5 on my windows system and tried to execute the following script with a command-line console: <?php // …

php amazon
How does one find prices from Amazon's site programmatically?

So Amazon has lots of different APIs for different things, and it's hard to find the one I'm looking for. …

amazon-web-services amazon
Amazon EC2 Elastic Load Balancer: Does its IP ever Change?

Does the ELB's IP Ever Change once setup, or will it always access instances from the same location during its …

amazon-ec2 amazon
How do I delete an object on AWS S3 using Javascript?

I want to delete a file from Amazon S3 using Javascript. I have already uploaded the file using Javascript. Any …

javascript amazon-web-services amazon-s3 aws-sdk amazon
How to join tables in AWS DynamoDB?

I know the whole design should be based on natural aggregates (documents), however I'm thinking to implement a separate table …

amazon-web-services amazon amazon-dynamodb
Find key/value pairs deep inside a hash containing an arbitrary number of nested hashes and arrays

A web service is returning a hash that contains an unknown number of nested hashes, some of which contain an …

ruby arrays hash nested amazon