Skip to content
This repository was archived by the owner on Jun 27, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tatuare

...Is a native AWS Lambda function which will insert a badge to a README.md readMeFile. This was more of an experiment with Quarkus than a production ready tool.

Running Locally

Tatuare creates a pull request on the target repository, to do that it needs to be an authenticated GitHub account. The GITHUB_TOKEN variable is read and inserted into the outgoing headers for GitHub API calls.

Get your very own token here: https://github.com/settings/tokens

export GITHUB_TOKEN=0000-example-token-0000

Run locally via maven:

mvn compile quarkus:dev

Invoke

Simple enough, a GET request to http://localhost:8080/badge/{owner}/{repo}/{badgeToken}/{projectLink} and expect a 200 back if successful.

Debugging

https://quarkus.io/guides/maven-tooling#debugging

Building native

https://quarkus.io/guides/building-native-image

Save yourself some hassle, use SDKMAN for installing graal...

Leaving notes

Because I can't live without lombok and I don't know how to make Quarkus play nice with it, the awesome hot re-load feature of Quarkus doesn't work and you'll need to stop/start the mvn task each change you make (like in the normal Java world) :(

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages