UiPath / AmazonConnect

Fulfill Amazon Connect contact flows with unattended UiPath automation
Other
4 stars 11 forks source link

Error On Cloud Formation Stack Creation #8

Closed varunr8908 closed 4 years ago

varunr8908 commented 4 years ago

Greetings

We are trying to setup the UIPath-Connect demo, while using the provided cloud formation stack template, we are getting the below error on the UiPathQueryRelease & UiPathAuthenticate lambda functions: Your access has been denied by S3, please make sure your request credentials have permission to GetObject for uipath-contact-center/UiPathContactCenterQueryRelease.zip. S3 Error Code: AccessDenied. S3 Error Message: Access Denied (Service: AWSLambdaInternal; Status Code: 403; Error Code: AccessDeniedException; Request ID: 1d4c042d-982f-4532-b9de-3b909b53dcca)

Looks like we don't have access to the S3 buckets for the UiPathContactCenterAuthenticate resource.

justmarks commented 4 years ago

@varunr8908 - are you using the latest CFT from the UiPath S3 bucket? We tested this from a different account and couldn't repro the error. Happy to help debug if you continue to have issues.

Template URL: https://uipath-contactcenter.s3-us-west-2.amazonaws.com/AmazonConnect/IVR/contact-center-cft

Direct link to CFT: https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/quickcreate?templateURL=https://uipath-contactcenter.s3-us-west-2.amazonaws.com/AmazonConnect/IVR/contact-center-cft

varunr8908 commented 4 years ago

Sorry for the late response, just got back to it this weekend, it seems I was using the older version of the CFT, used the direct link & got it setup. Thank you.