Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

planningcenter/trianglify-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trianglify Lambda

This is a simple lambda function that returns a generated trianglify images.

Usage

To run, invoke the function using the data (defaults listed):

{
  name: "large",
  count: 10,
  width: 500,
  height: 280
}

You will need environmental variables for:

S3_BUCKET
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY

Deploying

The lambda is built using serverless so you can easily deploy this using serverless's documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published