Skip to content

Ernyoke/bsky-aws-community-builder-blogposts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bsky-aws-community-builder-blogposts

What is this?

This project contains the source code for AWS Community Builder Blog Posts bot. The purpose of this bot is to automatically re-share blog posts published by AWS Community Builders on DEV.to.

Deployment

Requirements

Deployment Steps

  1. Build the lambda function:
cd bsky-aws-community-builder-blogposts-lambda
npm ci
npm run build:prod
  1. Deploy the infrastructure
cd infra
cp input.tfvars.example input.tfvars
# Fill in the missing values
terraform apply -var-file="input.tfvars"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors