Documentation
¶
Overview ¶
Package sdkutil provides utilities used to call awssdk.
Index ¶
- func GetDefaultSession() (sess *session.Session, err error)
- func GetNewSessionWithEndpoint(endpoint string) (sess *session.Session, err error)
- func GetRegion() (region string)
- func GetSessionWithQuickCheck(endpoint string) (sess *session.Session, err error)
- func SetRegionAndProfile(region string, profile string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultSession ¶
GetDefaultSession creates aws sdk session with given profile and region
func GetNewSessionWithEndpoint ¶
GetNewSessionWithEndpoint creates aws sdk session with given profile, region and endpoint
func GetSessionWithQuickCheck ¶
GetSessionWithQuickCheck creates aws sdk session with fast checking with minimal retry logic to avoid delays while maintaining reliability
func SetRegionAndProfile ¶
Sets the region and profile for default aws sessions
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.