Cryptolambda

Periodically buy cryptocurrencies (Dollar Cost Average) in BitStamp using AWS Lambda scheduled events
Alternatives To Cryptolambda
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Serverless44,4321,61883021 hours ago1,987September 19, 2022993mitJavaScript
⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
Sst12,579420 hours ago681September 23, 2022612mitJavaScript
💥 SST makes it easy to build full-stack serverless apps.
Awesome Aws11,283
14 days ago1December 21, 201563otherPython
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Examples10,743
a day ago19April 25, 2021167otherJavaScript
Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
Chalice9,5971263114 days ago86June 01, 2022430apache-2.0Python
Python Serverless Microframework for AWS
Serverless Application Model8,946841520 hours ago59June 07, 2022132apache-2.0Python
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
Up8,687681317 days ago11March 02, 2018291mitGo
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
Webiny Js6,46111321 hours ago251September 07, 2022200otherTypeScript
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
Aws Sam Cli6,236311221 hours ago129June 29, 2022361apache-2.0Python
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
Docker Lambda5,85238142 months ago15June 30, 201868mitC#
Docker images and test runners that replicate the live AWS Lambda environment
Alternatives To Cryptolambda
Select To Compare


Alternative Project Comparisons
Readme

Twitter Follow

CryptoLambda

This is a Serverless app (for AWS Lambda) that runs periodically every day and buys ETH and BTC from bitstamp. The credentials are encrypted using AWS Key Management Service (KMS).

Credentials encryption

We will use the encryption/decryption API of AWS KMS to generate a file containing the encrypted version of our Bitstamp credentials.

After you installed Serverless framework, and cloned the project, proceed with the following steps.

  1. You need to create a KMS key in AWS console (look under IAM)
  2. Copy the KMS key ARN identifier (something like: arn:aws:kms:eu-west-1:123456789012:key/xxxxxxxxxxx-xxxx-xxxxxxxxxxxx)
  3. Copy the ARN in serverless.yml
  4. Create a string with your Bitstamp API credentials, in this form: client_id,key,secret
  5. Encrypt the string using aws command line, or this simple npm based tool called kms-cli
  6. Dump the encrypted string to a file called encrypted-secret in the main dir
  7. Configure the amounts to buy daily and your base FIAT currency in the serverless.yml
  8. Everything is ready, serverless deploy -v

You can now test the lambda function from AWS Console, if it all works, tonight at midnight you'll have some crypto in your Bitstamp balance :)

Popular Lambda Functions Projects
Popular Amazon Web Services Projects
Popular Cloud Computing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Aws
Ethereum
Lambda
Bitcoin
Serverless
Cryptocurrency
Credentials
Encrypted
Aws Lambda
Serverless Framework
Trading Bot
Bitstamp