GCP & AWS: CloudFunction: Can’t assume AWS role
I created a terraform deployment for gcp cloudfunction which should assume AWS role to manipulate on AWS s3.
The problem that flow which looks like created correctly causes to (AccessDenied) when calling the AssumeRoleWithWebIdentity operation: Not authorized to perform sts:AssumeRoleWithWebIdentity error.
Maybe somebody knows what I do wrongly?