Karan Gauswami
Karan Gauswami
AWS now has their own Docker [Image](https://hub.docker.com/r/amazon/aws-cli/) of AWS CLI v2 This pull request tries to update AWS CLI version and replace docker image of python and replace it with...
AWS now has docker images for AWS CLI v2.
In the aws-node-express-dynamodb-api example, it currently returns a 500 error in the case of a validation error, when it should be returning a 400 Bad Request. This PR aims to...
Currently we are using TcpStream as an argument , for inbound and outbound. This PR will try to allow more options based on AsyncRead and AsyncWrite trait.