Data ingestion for institutions as well as ADR and pre-commit updates for Python
Contributes to #20
Summary
This is a Python script that runs on a Lambda function to convert the CSV to a Dyanmo bucket.
Type of change
[x] New feature (non-breaking change which adds functionality)
How To Test
Check out the DynamoDb, verify some of the data is seeded
Very data matches from Dynamo tocsv
Add a file in the S3 bucket in the institutions folder and verify the trigger runs the lambda. Not this file should be the first row of the CSV with the headers and any row of data that matches in format.
Checklist:
[x] My code follows the style guidelines of this project and has no linting errors
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation, including any applicable ADRs
[x] My changes generate no new warnings
[x] Documentation updated
[x] If there are security concerns they are addressed or ticketed after being discussed
Title
Data ingestion for institutions as well as ADR and pre-commit updates for Python Contributes to #20
Summary
This is a Python script that runs on a Lambda function to convert the CSV to a Dyanmo bucket.
Type of change
How To Test
Checklist: