Skip to content

aereal/go-aws-arn-utils

Repository files navigation

CI PkgGoDev

go-aws-arn-utils

Utilities to extract more detailed components from AWS ARNs.

Install

go get github.com/aereal/go-aws-arn-utils

Usage

Timestream

import (
  "github.com/aereal/go-aws-arn-utils"
)

dbName, tableName, err := awsarnutils.ParseTimestreamTableARN("arn:aws:timestream:us-east-1:1234567890:database/db1/table/table1")
// dbName = "db1", tableName = "table1"

License

See LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages