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

feat: awsdynamo #223

Merged
merged 4 commits into from
Jul 26, 2023
Merged

feat: awsdynamo #223

merged 4 commits into from
Jul 26, 2023

Conversation

tomtwinkle
Copy link
Contributor

@tomtwinkle tomtwinkle commented Jul 25, 2023

Add DynamoDB wrapper for aws-sdk-go-v2

  • PutItem
  • UpdateItem
  • DeleteItem
  • GetItem
  • BatchGetItem
  • BatchWriteItem

add ctxawslocal test dynamoendpoint

aws test timeout=6s
aws/docker-compose.yaml Show resolved Hide resolved
aws/docker-compose.yaml Show resolved Hide resolved
aws/docker-compose.yaml Show resolved Hide resolved
aws/docker-compose.yaml Show resolved Hide resolved
aws/awsdynamo/awsdynamo.go Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Merging #223 (64b1ce8) into main (863001d) will decrease coverage by 1.98%.
Report is 2 commits behind head on main.
The diff coverage is 62.68%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #223      +/-   ##
==========================================
- Coverage   70.28%   68.30%   -1.98%     
==========================================
  Files          16       19       +3     
  Lines         784     1060     +276     
==========================================
+ Hits          551      724     +173     
- Misses        186      264      +78     
- Partials       47       72      +25     
Files Changed Coverage Δ
aws/awsdynamo/dynamooptions/options.go 42.10% <42.10%> (ø)
aws/awsdynamo/client.go 57.35% <57.35%> (ø)
aws/awsdynamo/awsdynamo.go 65.76% <65.76%> (ø)
aws/ctxawslocal/options.go 100.00% <100.00%> (ø)

.github/workflows/test-aws.yaml Outdated Show resolved Hide resolved
.github/workflows/test-aws.yaml Outdated Show resolved Hide resolved
aws test timeout=15min

aws test s3,dynamodb,ctxawslocal Parallels
@tomtwinkle tomtwinkle merged commit 0356814 into main Jul 26, 2023
5 checks passed
@tomtwinkle tomtwinkle deleted the feat/awsdynamo-put branch July 26, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant