Registry /
cloud / jen20-awspolicyequivalence
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
awspolicy
✓ github.com/jen20/awspolicyequivalence
Check if two IAM policies are structurally equivalent.
import "github.com/jen20/awspolicyequivalence"
func main() {
eq, _ := awspolicy.PoliciesAreEquivalent([]byte(`{"Version":"2012-10-17","Statement":[]}`), []byte(`{"Version":"2012-10-17","Statement":[]}`))
println(eq)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.