Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 478 Bytes

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