File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class HelloKeyspaces
10
10
11
11
static async Task Main ( string [ ] args )
12
12
{
13
- // Set up dependency injection for the Amazon service .
13
+ // Set up dependency injection for Amazon Keyspaces (for Apache Cassandra) .
14
14
using var host = Host . CreateDefaultBuilder ( args )
15
15
. ConfigureLogging ( logging =>
16
16
logging . AddFilter ( "System" , LogLevel . Debug )
Original file line number Diff line number Diff line change 9
9
namespace KeyspacesScenario ;
10
10
11
11
/// <summary>
12
- /// Class to perform CRUD methods on a Keyspaces (for Apache Cassandra) database.
12
+ /// Class to perform CRUD methods on an Amazon Keyspaces (for Apache Cassandra) database.
13
+ ///
14
+ /// NOTE: This sample uses a plain text authenticator for example purposes only.
15
+ /// Recommended best practice is to use a SigV4 authentication plugin, if available.
13
16
/// </summary>
14
17
public class CassandraWrapper
15
18
{
You can’t perform that action at this time.
0 commit comments