aws

package
v1.0.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2023 License: MIT Imports: 5 Imported by: 0

README

aws

Contains functions for managing AWS API calls. Substation follows these rules across every application:

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(cfg Config) (*aws.Config, *session.Session)

New returns a new AWS configuration and session.

func NewDefault

func NewDefault() (*aws.Config, *session.Session)

NewDefault returns a new AWS configuration and session with default values.

Types

type Config

type Config struct {
	Region        string `json:"region"`
	MaxRetries    int    `json:"max_retries"`
	AssumeRoleARN string `json:"assume_role_arn"`
}

Directories

Path Synopsis
package appconfig provides functions for interacting with AWS AppConfig.
package appconfig provides functions for interacting with AWS AppConfig.
package s3manager provides methods and functions for downloading and uploading objects in AWS S3.
package s3manager provides methods and functions for downloading and uploading objects in AWS S3.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL