Generating and hosting webfonts is one of the sucky parts of doing web-dev. This AWS Lambda function makes it easy.
- Watches an S3 bucket for new SVG file(s)
- Upload triggers generation of a complete new webfont (ttf, woff, eot, html, css, json)
- Uses the folder structure in the S3 bucket to allow management of multiple webfonts!
- Clone this repository
- Create a
serverless.yml
file and enter a new and uniquebucket_name
,region
andstage
sls deploy
- Create a folder on your s3 bucket and put some SVG files in it
- Enjoy! :-)
🕳🐇