I'm trying to respond to the Serverless deprecation warning here by updating provider.lambdaHashingVersion.
🐞 Problem
I'm getting the following error when I try to deploy the updated function and I don't have a way to update the EsLogsProcesserLambda (which is generated automatically by this package).
An error occurred: EsLogsProcesserLambdaVersionHTahmkBFX9HLO6hMXGbu8Pdse32czw05FpX412PYF4 - A version for this Lambda function exists ( 3 ). Modify the function to create a new version..
🎯 Goal
Provide a way to change the es-logs-processor-lambda so that we can update the lambda hashing version and have a successful deployment.
I'm trying to respond to the Serverless deprecation warning here by updating
provider.lambdaHashingVersion
.🐞 Problem I'm getting the following error when I try to deploy the updated function and I don't have a way to update the EsLogsProcesserLambda (which is generated automatically by this package).
🎯 Goal Provide a way to change the es-logs-processor-lambda so that we can update the lambda hashing version and have a successful deployment.