millipz / nc-de-deliverance-project

Project Repo for Deliverance Team 2024
4 stars 2 forks source link

Create spec document for loading Lambda #132

Open millipz opened 4 months ago

millipz commented 4 months ago

Requirements: Input data format: Parquet Output: Parquet Error handling: implement mechanisms to handle errors Logging and monitoring: capture relevant information for auditing and troubleshooting purposes Lambda trigger configuration: Specify the settings required to trigger the detection of a new TXT file

Technical: Compression: choose an appropriate compression algorithm to optimise storage

Infrastructure setup: AWS S3 to store converted parquet files AWS Lambda AWS IAM roles AWS Cloudwatch for logging and monitoring

Testing: Unit testing: pytest Integration testing: mock testing