Skip to content

Savjee/trello-weekmenu-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meal planner with Trello and AWS Lambda

This is the source code for my weekly meal planner (built on Trello and AWS Lambda).

Read more about it on my blog: https://www.savjee.be/2016/07/Meal-planning-with-trello-and-aws-lambda/

It's currently using the Serverless framework to set up and create the resources on AWS.

Setup

Before you begin, make sure that you have installed and configured Serverless.

Installing the dependencies:

npm install

Now copy the config.example.yml to config.yml and change these parameters:

  • TRELLO_BOARD_ID
  • TRELLO_API_TOKEN
  • TRELLO_API_KEY

Deploy it to your AWS account:

sls deploy

Contributing

Please be gentle, I hacked this together on a train ride to work.

Improvements are welcome! Submit pull requests, create issue's or fork away!

License

See LICENSE file

About

Meal planning with Trello and AWS Lambda

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published