AWS Metadata v0.102.0
This release contains the latest AWS service, region, and partition data.
Go Package Usage
go get github.com/myerscode/aws-meta@v0.102.0Quick 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
- 446650e: chore(data): ⏳nightly AWS data update (2026-06-30) (@actions-user)
- 47d5aac: chore(data): ⏳nightly AWS data update (2026-07-02) (@actions-user)
- 48af041: chore(data): ⏳nightly AWS data update (2026-07-03) (@actions-user)
Full Changelog: v0.101.0...v0.102.0
🤖 This release was automatically generated from the latest AWS data.