when trying to use the module using aws provider with regions like eu-west-3 the zip for the lambda is not reachable.
InvalidParameterValueException: Error occurred while GetObject. S3 Error Code: PermanentRedirect. S3 Error Message: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.
as I'm guessing the lambda from us-east-1 won't forward logs from CW groups in eu-west-3, is there a way to circumvent this ?could the lambda zip directory be shipped with the module ?
when trying to use the module using aws provider with regions like
eu-west-3the zip for the lambda is not reachable.as I'm guessing the lambda from us-east-1 won't forward logs from CW groups in eu-west-3, is there a way to circumvent this ?could the lambda zip directory be shipped with the module ?