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.exampletoconfig/autoBuy.tsand replace values with desired settings. - Copy
.env.exampleto.envand fill in your values.
- Install dependencies
yarnornpm i - Follow this guide to create AWS account and configure credentials. Use
degiro-lambda-botas configuration profile name. E.g.serverless config credentials --provider aws --key ABCD --secret 12345 --profile degiro-lambda-bot. yarn deploy
- Install dependencies
yarnornpm i - Start serverless-offline
yarn startornpm 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