Top "Aws-sdk-js" questions

The official AWS SDK for JavaScript provides an API to many AWS services, including: S3, SNS, SQS, EC2, Route53, etc.

Nodejs AWS SDK S3 Generate Presigned URL

I am using the NodeJS AWS SDK to generate a presigned S3 URL. The docs give an example of generating …

node.js amazon-web-services amazon-s3 aws-sdk-js
dynamodb.put().promise() not returning the put object

I am trying to make use of the async/await functionality with regard to aws and dynamo db. Below is …

javascript node.js amazon-web-services amazon-dynamodb aws-sdk-js
Error while running a Node js program

I have written a node js program which contained a method called AWS.config.update(). When I tried to run …

node.js aws-sdk-js
Unmarshall DynamoDB JSON

Given some DynamoDB JSON via a DynamoDB NewImage stream event, how do I unmarshall it to regular JSON? {"updated_at":{"…

json amazon-web-services aws-sdk-js
Configuration Error: Missing Region in Config (AWS)

I am getting a configuration error when I run my node application. The error is: { ConfigError: Missing region in config …

javascript amazon-web-services region aws-sdk-js
AWS Lambda using s3 getObject function nothing happening

This is the node.js code using the inline editor: const AWS = require('aws-sdk'); const s3 = new AWS.S3(); console.…

node.js amazon-s3 aws-lambda aws-sdk aws-sdk-js
Wait for AWS SNS publish callback to return a value to calling method

I am attempting to send a text message when a user requests to reset their password. I would like to …

javascript node.js async-await amazon-sns aws-sdk-js
How to Filter Nested Array Object in DynamoDB

I am very beginner to AWS DynamoDB, I want to scan the DynamoDB with SENDTO.emailAddress = "[email protected]" as …

amazon-dynamodb aws-sdk-nodejs aws-sdk-js
DynamoDB get item TypeScript hell

Can anyone explain how to use GetItemInput type when calling DocumentClient.get ? If I pass in an object of any …

amazon-web-services aws-lambda amazon-dynamodb aws-sdk aws-sdk-js
How can you programmatically create a user in a Cognito User Pool?

The AWS documentation indicates that it is possible for an admin to create a user pool user in AWS Cognito …

javascript amazon-web-services amazon-cognito aws-sdk-js