Working with Files
In this lesson, you'll have a look at how to work with files when using AWS Lambda.
We'll cover the following...
In Chapter 7, you used a method of the AWS S3 SDK to upload the contents of a string into an S3 bucket. Although you could potentially work with images as in-memory strings or buffers, this would unnecessarily ...