Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

AWS Lambda code that parses out markdown front matter and markdown content.

Notifications You must be signed in to change notification settings

transposit/front-matter-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to deploy:

npm install; zip -r ../front-matter-parser.zip *
AWS_PROFILE=tina-sandbox-lambda aws lambda update-function-code --function-name front-matter-parser --zip-file fileb://../front-matter-parser.zip

About

AWS Lambda code that parses out markdown front matter and markdown content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published