Registry / cloud / liamg-iamgo

liamg-iamgo

JSON →
library0.0.9gogounverified

iamgo is a Go library for working with AWS IAM policies, including parsing, validation, and manipulation.

go get github.com/liamg/iamgo
INSTALL
IMPORT
SIG · LIAMG-IAMGO
L
liamg-iamgo
cloudgov0.0.9
harness data pending
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.

iamgo
github.com/liamg/iamgo

Creates a new IAM policy and adds a statement.

package main import "github.com/liamg/iamgo" func main() { policy := iamgo.NewPolicy() policy.AddStatement(iamgo.NewStatement().Allow().Actions("s3:GetObject").Resources("arn:aws:s3:::my-bucket/*")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
liamg-iamgo — go get liamg-iamgo · libregistry