GitShow/tj/aws
tj

aws

Higher level AWS package for Go

by tj
Star on GitHubFork

Go

41 stars4 forks1 contributorQuiet · 5y agoSince 2017MIT

Meet the team

See all 1 on GitHub →
tj
tj17 contributions

Languages

View on GitHub →
Go100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 discussion · Last activity 5y ago
See all on GitHub →
tj
Dynamo queryingOpenIssue

make it less gross

tj · 9y ago

Recent fixes

View closed PRs →
asavoy
Fix for not retrieving all log eventsMergedPR

Sometimes, not all events will be retrieved from CloudWatch Logs. See this issue: https://github.com/apex/up/issues/733 This is because the code that updates the "start" of the time range based on observed timestamps is incorrect - it assumes the events come back in chronological order. CloudWatch Logs doesn't always return events in their chronological order. This is hinted at in the docs for the interleaved parameter. The proposed solution: stops updating the "start" time range - this alone will fix events not appearing keeps a fixed-size queue of recent event IDs, so duplicates can be ignored - this is important in "follow" mode because the last page is requested repeatedly Please note, I don't write a lot of Go, so critique is welcome. I tested this against 100 events, where this code would pull down ~31 events.

asavoy · 7y ago
Structured data for AI agents

Repository: tj/aws. Description: Higher level AWS package for Go Stars: 41, Forks: 4. Primary language: Go. Languages: Go (100%). License: MIT. Open PRs: 0, open issues: 1. Last activity: 5y ago. Community health: 42%. Top contributors: tj.

·@ofershap

Replace github.com with gitshow.dev