You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Lambda triggers it looks like I am getting an error due to the region I deployed my infrastructure.
failed to upload report to bucket: AuthorizationHeaderMalformed: The authorization header is malformed; the region 'us-east-1' is wrong; expecting 'us-east-2' status code: 400, request id: BC04B1B8AED32969, host id: Cx3IjHtCIrQnS0wX
I set everything to build in us-east-2. I am going to see if I cannot correct this by moving my S3 bucket for inventory to us-east-1 as I suspect that is the issue.
The text was updated successfully, but these errors were encountered:
Hey team. It looks like you gentlemen were correct on our last call. When switching the order of regions the first region is assigned the default. We swapped it and go this error:
21:19:39
failed to upload report to bucket: BucketRegionError: incorrect region, the bucket is not in 'us-east-2' region at endpoint '' status code: 301, request id: , host id: : errorString null
failed to upload report to bucket: BucketRegionError: incorrect region, the bucket is not in 'us-east-2' region at endpoint ''
status code: 301, request id: , host id: : errorString
null
When the Lambda triggers it looks like I am getting an error due to the region I deployed my infrastructure.
failed to upload report to bucket: AuthorizationHeaderMalformed: The authorization header is malformed; the region 'us-east-1' is wrong; expecting 'us-east-2' status code: 400, request id: BC04B1B8AED32969, host id: Cx3IjHtCIrQnS0wX
I set everything to build in
us-east-2
. I am going to see if I cannot correct this by moving my S3 bucket for inventory tous-east-1
as I suspect that is the issue.The text was updated successfully, but these errors were encountered: