Skip to content

TradeInsight-Info/serverless-trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Trading

This is a project to use Alpaca-Py SDK and AWS Lambda to create a serverless trading bot.

Environment Variables

  • ALPACA_KEY

  • ALPACA_SECRET

  • update environment variables on AWS Lambda

aws lambda update-function-configuration \
--function-name {function_arn} \
--environment "Variables={ALPACA_KEY=a,ALPACA_SECRET=b}"

About

This is a project to use Alpaca-Py SDK and AWS Lambda to create a serverless trading bot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published