Versions:
TimescaleDB with AWS Lambda
This section contains tutorials for working with AWS Lambda and TimescaleDB.
- Create a data API for TimescaleDB using AWS Lambda and API Gateway.
- Pull data from 3rd party API and ingest into TimescaleDB using AWS Lambda and Docker. This is great if you have a lot of dependencies.
- Continuously deploy your Lambda function with GitHub Actions using Github Actions.
Prerequisites
To complete this tutorial, you need an AWS account, and be able to access the AWS command-line interface (CLI).
To check if you have AWS CLI installed, use this command at the command prompt. If it is installed, the command shows the version number, like this:
aws --version
aws-cli/2.2.18 Python/3.8.8 Linux/5.10.0-1044-oem exe/x86_64.ubuntu.20 prompt/off
If you do not have it installed, follow these instructions from AWS.
important
Make sure you have completed the Analyze intraday stock data tutorial. This tutorial needs the tables and data that you set up in that tutorial.
Programming language
The code examples in this tutorial use Python, but you can use any language supported by AWS Lambda.
Resources
For more information about the topics in this tutorial, check out these resources:
Found an issue on this page?
Report an issue!Keywords