v0.93.0
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.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
- 7473904: chore(data): ⏳nightly AWS data update (2026-04-28) (@actions-user)
- 242076e: chore(data): ⏳nightly AWS data update (2026-04-30) (@actions-user)
- 178a08f: chore(data): ⏳nightly AWS data update (2026-05-01) (@actions-user)
- cb9f0e8: chore(data): ⏳nightly AWS data update (2026-05-02) (@actions-user)
Full Changelog: v0.92.0...v0.93.0
🤖 This release was automatically generated from the latest AWS data.