awslabs / ssosync

Populate AWS SSO directly with your G Suite users and groups using either a CLI or AWS Lambda
Apache License 2.0
528 stars 182 forks source link

Permission error when creating ssosync Lambda function #85

Closed coltondick closed 2 years ago

coltondick commented 2 years ago

Describe the bug

Error: You are not authorized to perform: serverlessrepo:GetApplication

Error is thrown when attempting to create the ssosync function in AWS via the create url https://console.aws.amazon.com/lambda/home#/create/app?applicationId=arn:aws:serverlessrepo:eu-west-1:084703771460:applications/ssosync

To Reproduce Steps to reproduce the behavior:

  1. Go to README
  2. Click on AWS Serverless Application Repository.
  3. See error image

Expected behavior I would expect access to be able to create the function as per the lab.

Additional context Add any other context about the problem here.

ChrisPates commented 2 years ago

That account is no longer active, which is why you are getting that error. Hopefully I'll be publishing this app back to the SAR tomorrow (assuming all testing goes to plan) that will resolve this.

ChrisPates commented 2 years ago

Available in the Serverless Application Repository : SSOSync. Which lab were you following?

jeevan-cyriac commented 2 years ago

Please update README with the new SAR link - https://github.com/awslabs/ssosync/blob/master/README.md#aws-lambda-usage

ChrisPates commented 2 years ago

Apologies, missed that link on the last update.