Skip to content

A very simple go application for writing a message to cloudwatch logs.

Notifications You must be signed in to change notification settings

brianbianco/go-dumblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dumblog

Dumblog will write a message to an AWS Cloudwatch Logs group and stream given as arguments. It follows the standard credential fallback path as the AWS SDK.

This code was purpose built to solve a pressing issue in a legacy system. It is not suitable for writing logs where you can't afford to lose some of the messages or you if you need to write a lot of messages frequently

Usage

dumblog -group /aws/testgroup -stream some-unique-name 'My message'

About

A very simple go application for writing a message to cloudwatch logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages