Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/epomatti/aws-appconfig
- Owner: epomatti
- License: mit
- Created: 2023-09-19T19:05:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T19:14:47.000Z (over 1 year ago)
- Last Synced: 2024-11-17T00:23:22.432Z (2 months ago)
- Topics: appconfig, aws, aws-appconfig, go, golang, ssm, terraform
- Language: HCL
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```