Skip to content
/ tf-lambda Public

Updates my homepage when I add a post to my blog

Notifications You must be signed in to change notification settings

tf3/tf-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is the code for an AWS Lambda that automatically updates my personal website each time I make a new blog post.

Details

I have a blog whose content is stored in a git repository. I also have a static personal website that is hosted on S3. When I push a new post to the blog's repository, this Lambda gets triggered. It downloads the repository and gets the name and URL of the most recent blog post. Then it updates the HTML file stored in the S3 bucket with a link to the new blog post.

About

Updates my homepage when I add a post to my blog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published