Skip to content

Eric1015/TrelloAutoDuplicateTasksService

Repository files navigation

Trello weekend tasks auto duplicate tasks service

Problem

I need to create trello cards for each task in my "weekend tasks" list, but it is time-consuming and cumbersome to do.

Solution

With this Lambda service, it will automatically duplicates the cards in "weekend tasks" and put them in my "todo" list, so I don't need to create it manually.

Setup and Deploy

Duplicate .env.example to .env.dev, .env.pro, .env.stg each in the config folder and fill in with your Trello credentials

install packages

npm install

local testing

sls invoke local --function <handler-name>

deploy to lambda

sls deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published