Alex Shovlin
Alex Shovlin
_Context: Separating this out of https://github.com/aws/aws-lambda-dotnet/issues/1657. With the change in 3.0.0 to separate the type definitions in Amazon.Lambda.DynamoDBEvents from the equivalent types in the AWS SDK, users may now need...
*Description of changes:* This avoids exponential backtracking when parsing shorthand syntax that: 1. Starts with either `'` or `"`, but is not closed 2. Contains a lot of `\` Now,...
*Issue #, if available:* N/A *Description of changes:* This adds support for the OAuth2.0 authorization code flow with PKCE to the `aws sso login` command. It is the new default...