AWS Lamda - MICListCC
Requirement:
- Download the xlsx
- Store the xlsx
- Read the tab titled "MICs List by CC"
- Create a list of dict containing all rows (except row 1). The values in row 1 would be the keys for in each dict.
- Store the list from step 4) as a .json file in an AWS S3 bucket
- The above function should be run as an AWS Lambda