I currently have a working C# AWS-Lambda Function working. It is triggered when any file is upload to my S3 bucket.
I am trying to resize images when they hit the S3 bucket. I don't know how to include/reference an image resizing tool.
Is there an AWS Built-in function I can use within my C# AWS-Lambda project in VS2017?