You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample project shows the use of the DataStax NodeJS Driver for Apache Cassandra using SigV4.
4
+
5
+
### Prerequisites
6
+
7
+
You should have NodeJS and NPM installed. This sample used NodeJS 14.x and NPM 6.x.
8
+
9
+
You should also setup Amazon Keyspaces with an IAM user. See [Accessing Amazon Keyspaces](https://docs.aws.amazon.com/keyspaces/latest/devguide/accessing.html) for more.
10
+
11
+
### Running the Sample
12
+
13
+
To run this sample, create a .env file in the same directory as this README.
14
+
In your .env file, define the following environment variables:
0 commit comments