Skip to content

motm32/repostatus-gh-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.5%
  • HTML 15.2%
  • Dockerfile 5.3%