How to Query Athena using Python
Using AWS Athena? Learn how to use Python to perform queries to get data from Athena.
Using AWS Athena? Learn how to use Python to perform queries to get data from Athena.
Explore the capabilities of AWS Athena, a versatile serverless query engine that empowers you to effortlessly query unstructured, semi-structured, and structured data stored in Amazon S3 using SQL.
Learn how to harness the power of AWS Glue's fully managed ETL service to effortlessly convert CSV files to Parquet format while performing data transformations.
In the final article of my AWS Lambda 101 series, I combine all the things we've learned so far into a small, sample project: Creating and deploying a Twitter bot to AWS Lambda.
Need to pass credentials or secrets to your Python Lambda functions?
Need to send and retrieve data from your AWS Lambda function via HTTP request? Learn how to create an endpoint that connects to it using AWS API Gateway.
Just getting started with AWS Lambda? Learn how to set up your first Python Lambda function.