skip to Main Content

Is there a way to dig deeper into a AWS Cloudwatch error for where "Access Denied" is failing – Amazon Web Sevices

I am working on a snippet of code that interacts with an API call to my AWS instance for cognito, it runs the following snippet: public function getCognitoIDPSettings(LoggerInterface $logger, string $cognitoCustomerUserpoolIDP): array { $body = json_encode([ 'cognito_customer_user_pool_idp_id' => $cognitoCustomerUserpoolIDP, ]);…

VIEW QUESTION
Back To Top
Search