Skip to content
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

Go: Added missing parameter in example usage of DynamoDB #6490

Merged
merged 1 commit into from
May 28, 2024

Conversation

noahlove
Copy link
Contributor

PLOT was missing from the CreateTableItem example, causing the example to error if used as is.

CreateTableItem git:(main) go run CreateTableItem.go -d test-dynamo-table -y 2024 -t TEST_MOVIE -r 2     
You must supply a database table name, year, title, plot and rating

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

@github-actions github-actions bot added the Go-v1 This issue relates to the AWS SDK for Go V1 label May 25, 2024
@cpyle0819 cpyle0819 added the Task A general update to the code base for language clarification, missing actions, tests, etc. label May 28, 2024
@cpyle0819 cpyle0819 added the On Call Review complete On call review complete label May 28, 2024
PLOT was missing from the CreateTableItem example, causing the example to error
@cpyle0819 cpyle0819 merged commit fc0bf49 into awsdocs:main May 28, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Go-v1 This issue relates to the AWS SDK for Go V1 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.

3 participants