
Create a Lambda function that resizes images uploaded to S3.
ObjectCreated events from an Amazon S3 bucket. The Lambda code checks the uploaded file is an image and creates a thumbail version of the image in the same bucket.git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/s3-lambda-resizing-nodesam deploy --guidedsam delete --stack-name STACK_NAME.aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"