Posts with tag: AWS DynamoDB
AWS examples in C# - AWS CLI commands
Important AWS CLI commands used in AWS examples in C#.
AWS examples in C# - create basic Lambda function
Code examples on how to create AWS Lambda function in .NET Core.
AWS examples in C# - create a service working with DynamoDB
Introduction to NoSQL, introduction to DynamoDB and what are its basic features and capabilities.
AWS examples in C# - basic DynamoDB operations
Code examples with DynamoDB write and read operations.
AWS examples in C# - create a service working with SQS
To give a basic overview of AWS SQS, how to write a message to it and how to make a consumer that constantly polls the queue for new messages.
AWS examples in C# - working with SQS, DynamoDB, Lambda, ECS
Overview of the AWS examples in C# series.