GradientVector / repostatus-gh-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repostatus-gh-demo

This is a sample application that pulls some basic information from GitHub repositories and caches that data in DynamoDB.

AWS App Runner

Create DynamoDB table & configure access

To allow our app to function properly, we need a DynamoDB table, and grant AWS App Runner access.

$ aws cloudformation deploy \
  --stack-name $(basename $(pwd))-infra \
  --template-file hack/apprunner-prereqs-cfn.yaml \
  --capabilities CAPABILITY_IAM

About


Languages

Language:Python 79.3%Language:HTML 15.4%Language:Dockerfile 5.3%