Categorygithub.com/fhke/infrastructure-abstraction
module
0.0.0-20240421160319-6781a3b822e6
Repository: https://github.com/fhke/infrastructure-abstraction.git
Documentation: pkg.go.dev

# README

POC of managed infra interface

Quickstart

  1. Run local DynamoDB: ./scripts/run-dynamodb.sh
  2. Set AWS environment variables: export AWS_ACCESS_KEY_ID=DUMMYIDEXAMPLE AWS_SECRET_ACCESS_KEY=DUMMYEXAMPLEKEY AWS_ENDPOINT_URL=http://localhost:8000 AWS_REGION=eu-west-1
  3. Start configuration management server: go run ./server -debug
  4. Configure modules: go run ./client/examples/common/setup
  5. Build example stack: go run ./client/examples/cdk/

# Packages

No description provided by the author
No description provided by the author
No description provided by the author