Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epomatti/aws-appconfig

Go SDK with AWS AppConfig
https://github.com/epomatti/aws-appconfig

appconfig aws aws-appconfig go golang ssm terraform

Last synced: 3 days ago
JSON representation

Go SDK with AWS AppConfig

Awesome Lists containing this project

README

        

# AWS AppConfig

Implementing AWS AppConfig with a Go client.

Create the AppConfig:

```sh
terraform init
terraform apply -auto-approve
```

Parameters will be automatically created and referenced by the application.

Start the Go application:

```sh
go get
go run .
```