-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Describe the feature
Relevant thread: https://github.com/awslabs/sbt-aws/pull/57/files/1276d286c6b568cdfaf25c17aaca6a739ad5039a#r1658784148
As I write this, one improvement that I think we need to make is to clarify to end-users what the value they should use for
userId
. This might require us to map theuserName
we get from a call such asadmin_get_user(...)
that we make as part of this functionto
def get_user(self, event): userId
and pass that back to the user. The result would be that the end-user seesuserId
wherever they would typically seeuserName
and so we avoid confusion. That's something we can iron out, though. Appreciate the comment!
Use Case
This is to help customers avoid confusion between userName
and userId
.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.140.1
Environment details (OS name and version, etc.)
Mac OS
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog