# README
POC of managed infra interface
Quickstart
- Run local DynamoDB:
./scripts/run-dynamodb.sh
- 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
- Start configuration management server:
go run ./server -debug
- Configure modules:
go run ./client/examples/common/setup
- Build example stack:
go run ./client/examples/cdk/