ThisNameCubed
Results
1
issues of
ThisNameCubed
When I attempt to Test the API's as stated in: [https://serverless-stack.com/chapters/test-the-apis.html](url) Specifically this command: `npx aws-api-gateway-cli-test \ --username='[email protected]' \ --password='Passw0rd!' \ --user-pool-id='YOUR_COGNITO_USER_POOL_ID' \ --app-client-id='YOUR_COGNITO_APP_CLIENT_ID' \ --cognito-region='YOUR_COGNITO_REGION' \ --identity-pool-id='YOUR_IDENTITY_POOL_ID' \ --invoke-url='YOUR_API_GATEWAY_URL'...