Registry /
cloud / aws-aws-sdk-go-v2-service-sfn
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.
sfn
✓ github.com/aws/aws-sdk-go-v2/service/sfn
Lists Step Functions state machines.
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/service/sfn"
)
func main() {
client := sfn.NewFromConfig(cfg)
result, err := client.ListStateMachines(context.TODO(), &sfn.ListStateMachinesInput{})
if err != nil {
panic(err)
}
fmt.Println(result)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.43.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.