Let’s say you’re working on an API that will create JSON data and you want to store that data in an S3 bucket for retrieval by a separate Lambda script. Note: For this code example, I am using node.js as my runtime language in my AWS Lambda. Let’s say the JSON data has been created … Continue reading AWS: How to write JSON files to an S3 bucket from Lambda