Amazon web services – Gathering big amount of data from external API in AWS
I'm creating a serverless application in AWS that needs to store some data gathered trough an external API into a DynamoDB instance. I'm trying to achieve it through Lambda functions, but the data are quite heavy, so everytime I try…