Skip to content

.NET v3: Default to on-demand tables in .NET DynamoDB examples. #7263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 27, 2025

Conversation

rlhagerm
Copy link
Contributor

This pull request updates the DynamoDB examples to default to on-demand tables instead of provisioned.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rlhagerm rlhagerm self-assigned this Feb 26, 2025
@github-actions github-actions bot added the DotNet-v3 This issue relates to the AWS SDK for .NET V3 label Feb 26, 2025
@rlhagerm rlhagerm added Task A general update to the code base for language clarification, missing actions, tests, etc. .NET Pull requests that update .net code and removed DotNet-v3 This issue relates to the AWS SDK for .NET V3 labels Feb 26, 2025
@rlhagerm rlhagerm force-pushed the dotnet-dynamodb-updates branch from 0bf4cbf to 68e28aa Compare February 26, 2025 17:55
@github-actions github-actions bot added the DotNet-v3 This issue relates to the AWS SDK for .NET V3 label Feb 26, 2025
@rlhagerm rlhagerm requested review from a team, beqqrry-aws and scmacdon and removed request for a team and beqqrry-aws February 27, 2025 14:29
Copy link
Contributor

@scmacdon scmacdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PartiQLBatch program threw an exception:

{"The given key 'title' was not present in the dictionary."}

You may want to look at that. Make sure it runs successfully. Other then that , i saw the updates to the code and all other programs ran successfully

Copy link
Contributor

@scmacdon scmacdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rlhagerm rlhagerm added the On Call Review complete On call review complete label Feb 27, 2025
@rlhagerm rlhagerm merged commit 7f7a0f1 into awsdocs:main Feb 27, 2025
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DotNet-v3 This issue relates to the AWS SDK for .NET V3 .NET Pull requests that update .net code On Call Review complete On call review complete Task A general update to the code base for language clarification, missing actions, tests, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants