cannot upload data to s3 through lambda – Amazon web services
I'm trying to extract data from trust advisor through lambda function and upload to s3. Some part of the function executes the append module on the data. However, that module block throws error. That specific block is try: check_summary =…