Turn a page into a hosted podcast.
- Install node
- Install cdk > npm install -g aws-cdk
- Install dependencies > (cd infra && npm install)
- Bootstrap cdk > (cd infra && cdk bootstrap aws://ACCOUNT-NUMBER/REGION)
- Install mockgen > go install github.com/golang/mock/mockgen@v1.6.0
- Do the initial deploy > ./deploy
- Find the value of the Page2PodAPIEndpoint URL in the Page2PodStack and set it as an environment variable > export PAGE2POD_API_ENDPOINT=https://.execute-api.us-west-2.amazonaws.com/prod/
- Redeploy page2pod to update the admin page to point to the Page2PodAPIEndpoint URL > ./deploy
- Run the deploy script > ./deploy