Skip to content

epomatti/aws-appconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS AppConfig

Implementing AWS AppConfig with a Go client.

Create the AppConfig:

terraform init
terraform apply -auto-approve

Parameters will be automatically created and referenced by the application.

Start the Go application:

go get
go run .