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

Corrects the path to the ssosync executable #90

Closed mike-carey closed 2 years ago

mike-carey commented 2 years ago

Issue #, if available:

Description of changes:

The SAM template has _v1 in the handler path. Removes the _v1 within the file path to match actual location of executable.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ChrisPates commented 2 years ago

Can you tell me about you build environment as the latest gorelease builds a dist tree with the _v1 suffix which broke the build and execution process for many.

mike-carey commented 2 years ago

Sorry @ChrisPates, my goreleaser cli was a bit outdated. I have updated and I see the _v1 in the path now.

ChrisPates commented 2 years ago

No worries, If you've not been caught out by (and still occasionally get caught by) breaking changes in tooling, upstream changes and pinned dependancy versions issues then you probably don't do a lot of devOps. ;)