Resize image

In this section we will create a Lambda Nodejs function to resize the image after uploading the image to the S3 bucket, save the edited image to a new S3 bucket, and delete the old image.

Content

  1. Create Lambda function
  2. Create S3 bucket
  3. Create policy to access S3
  4. Test Lambda function operation