You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task creates an AWS Lambda function with Chrome dependencies, enabling website scraping using Selenium and Python in a serverless environment on AWS Lambda. It automates the process of navigating web pages and extracting data with headless Chrome.
This documentation guides you through deploying a serverless application on AWS Lambda using Terraform. It reads data from S3, processes it with a custom Python script, and stores the output in DynamoDB, exposed as a RESTful API. The guide includes prerequisites, architecture, and Terraform configuration, and concludes with the API Gateway endpoint
A Terraform-deployed AWS Lambda function that automatically sorts vendor files in S3 by upload date into year/month/day folders, solving the 1,000+ object limit challenge and ensuring instant access to daily files.