Amazon web services – Serverless – Cloudformation – Lambda event creation error
I was trying to create an s3:put event on one of the existing lambda functions and S3 buckets using serverless. But was getting this error from AWS CloudFormation even though the lambda function doesn't use nodejs12.x. One note - the…