Skip to content

Instantly share code, notes, and snippets.

View alknopfler's full-sized avatar
:octocat:
Coding

Alberto Morgante Medina alknopfler

:octocat:
Coding
View GitHub Profile
@joaoferrao
joaoferrao / caws.go
Last active February 12, 2023 15:47
AWS Resource Crawler
package main
import (
"fmt"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi"
"github.com/olekukonko/tablewriter"
"os"
"strings"