Questions tagged [aws-sdk-nodejs]

AWS SDK for JavaScript enables Node.JS developers to easily work with Amazon Web Services

The AWS SDK for JavaScript enables Node.JS developers to easily work with Amazon Web Services and build scalable solutions with Amazon S3, Amazon DynamoDB, Amazon Glacier, and more.

Getting Started

User Guide

API Documentation

519 questions
-1
votes
1 answer

How to programmatically provision temporary IoT Certificates

Using Javascript/Nodejs how does one programmatically get a temporary provisioning claim certificate to send to the IoT device by a trusted user/installer? I have a Provisioning Template already created in my IoT Core and I can manually add it to…
Jay
  • 566
  • 6
  • 18
-1
votes
1 answer

putBucketPolicy Invalid principal in policy determine one or more

[nodejs sdk, s3.putBucketPolicy, error handling] Is there a way to determine (one or more) invalid arn's (invalid account numbers) from error object returned by S3 putBucketPolicy call? Error statusCode is 400 however, trying to figure out which…
Jason B
  • 21
  • 7
-1
votes
1 answer

Node code to integrate with gcp/aws bucket

I am trying to create node js code in which i can integrate it with any cloud service for example gcp or aws . So the same code in node js can use to integrate with gcp, aws or any other cloud service to upload media files. Any suggestion how should…
-1
votes
1 answer

Is it possible to convert multiple files in MediaConvert AWS service?

I have got a few files in s3 bucket and all of them need to be converted (3 output file per 1 input file). Convertion rules are equal for all files. Is it possible to do this? How can it be implemented on Node AWS sdk? Do I need any extra service…
-1
votes
1 answer

How can I retrieve a particular field from JSON object using Node.JS?

This is the format of the JSON object I am trying to retrieve field TEMP from. [ [ { "DEVICE_ID": "357807272", "TEMP": 20.439 } ] ]
lousybear
  • 453
  • 3
  • 12
-1
votes
1 answer

Can Alexa app display BodyTemplate?

I build my custom skill with some Bodytemplate. However they could not be displayed on Alexa app or Simulator. I am using BodyTemplate2Builder. Thanks.
-2
votes
1 answer

How do I delete old values from my dynamodb via lambda function? Dates are timestamped in attribute names

Data Structure I started trying something like that to read the table values but even that doesn't work. Code for reading the table I need to filter by device id and exclude values that are greater than 30 days. If you could give me a tip on how to…
-2
votes
1 answer

How to use aws-sdk for creating ec2 instance on a vpc and subnet?

Is my code right? how to configure a VPC and subnet? var AWS = require('aws-sdk'); AWS.config.update({ region: 'us-east-1', accessKeyId: 'qwertyuio', secretAccessKey: 'aaaaaaaaaaaaaaaaaaaa,', }); var…
-3
votes
1 answer

Need a typescript sample with aws-sdk for S3

I am trying to upload an mp3 file to AWS S3 and download it from S3 bucket using typescript. Anyone have an example or a link for typescript? The example…
Southsouth
  • 2,659
  • 6
  • 32
  • 39
1 2 3
34
35