For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
This was generated using Artificial Intelligence. Outputs should be evaluated for accuracy and appropriateness for your use case. See the AWS Responsible AI Policy.
Search Results: aws-sdk-js
10000 resultsContent language: English
Filter content
Select tags to filter
Sort by
Sort by relevance
0 results
React app breaks after installing aws-iot-device-sdk-v2
All I do is
Create a new app:
`npx create-react-app my-app`
install the the library:
```cd my-app```
`npm install aws-iot-device-sdk-js-...
I would like to run a node js app that uses the aws-iot-device-sdk-js-v2 as a greengrass component. I am unsure if this sdk will accept the credentials automatically from the TES?
Would it then be p...
We noticed that the aws-sdk-js-v3 is not supporting to use DAX in DynamoDB client. Can we know any timeline to support this in the future?
Is it possible to read from DAX with benefit of SDK V3 for JS usage?
I would like to configure reading from specified DAX endpoint but I can't find any details how to do it.
I only found following s...
Hi,
We are trying to insert/update/delete the data from Athena Iceberg table using AWS Lambda written in node js. Is there any SDK available for this, if not do we have to use AWS Firehose ...
In a Gen 1 v 5 project we can do
```
import { Auth } from 'aws-amplify';
...
authInfo = await Auth.currentSession();
let refreshToken = authInfo.refreshToken.token;
```
In Gen 2 v 6, we can do...
I'm trying to port a web site to a serverless implementation, and wanted to use the AWS SKD for JS to connect to all AWS services from a JS Node project, using the Free Tier services where possible to...
We're using AWS SDK for JavaScript V3, where we use the amazon-cognito-identity-js package for Cognito authentication on a portal we've developed in Angular.
There is a Developer Note on top of the p...
Before you answer, I am the author of this issue https://github.com/aws/aws-sdk/issues/232
In the minute possibility that anyone from AWS actually sees this; when are we getting V3 JS SDK support for...
Hi, I am looking for marketplace API to view purchased subscriptions products or any rest api is there to get subscribed product list and also i want get added products programmatically in aws market...
Using the [v3 js sdk](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/index.html) Athena Client, I'm trying to safely execute a query that is constructed from user input.
...
Hi There, I am trying out Kinesis Client in [JS SDK V3](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kinesis/globals.html). When I create a Kinesis Client in the global scope ...