Skip to content

v0.93.0

Choose a tag to compare

@github-actions github-actions released this 03 May 05:34

AWS Metadata v0.93.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.93.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.92.0...v0.93.0


🤖 This release was automatically generated from the latest AWS data.