Jason Barto
Jason Barto
This patch modifies the Lookup logic to sort the results first by account alias (or ID if alias cannot be retrieved) and then by role name. A small cache of...
The default behavior of Okta-AWSCLI is to update the configuration file with a user's chosen role. In this way when they choose a new profile: `okta-awscli --profile new-profile` the role...
This pull request creates an MXNet Notebook command (mxnet-notebook) which launches a Python 3 Jupyter notebook with Apache MXNet and Gluon installed. Perfect for the data scientist learning the rounds.
When setting 'failureMode' to 'exception' the Lambda function returns successfully, an exception occurs but the Lambda function succeeds. ``` START RequestId: 303ca17f-a63c-44ce-a38e-9236e3db57c2 Version: $LATEST 2020-02-07T14:18:14.839Z 303ca17f-a63c-44ce-a38e-9236e3db57c2 INFO Injecting exception message:...
All, Can we create a boto3 convenience function that can sign HTTP requests meant for deployed API gateway-hosted customer endpoints protected by IAM? This function would create a Sigv4 signature...