Automatically buys specified titles on DEGIRO with provided cron schedule.
- Deployed by Serverless Framework
- Uses AWS Lambda for compute and AWS EventBridge for scheduling
- Should be within AWS free tier (check pricing and limits yourself)
- Copy
config/autoBuy.ts.example
toconfig/autoBuy.ts
and replace values with desired settings. - Copy
.env.example
to.env
and fill in your values.
- Install dependencies
yarn
ornpm i
- Follow this guide to create AWS account and configure credentials. Use
degiro-lambda-bot
as configuration profile name. E.g.serverless config credentials --provider aws --key ABCD --secret 12345 --profile degiro-lambda-bot
. yarn deploy
- Install dependencies
yarn
ornpm i
- Start serverless-offline
yarn start
ornpm start
- You can invoke the functions by POST requests. For example
POST http://localhost:3002/2015-03-31/functions/degiro-lambda-bot-dev-invest/invocations