Michael Brewer

Results 134 comments of Michael Brewer
trafficstars

@eddiekeller @kaustavghosh06 - is anyone looking into this? How easy would it be to fix this ourselves in the CLI?

How about doing something along the lines of : ```shell # Create an requirements.txt in src/ (which can be gitignored) pipenv lock -r > src/requirements.txt ``` Then build/download the dependencies...

Please add support for structured logging and same kind of X-ray functionality

Support for AWS encryption. This would allow for encrypt or decrypt of data going into dynamodb, without having to build a whole pipeline resolver and a lambda function

+1 on python support in the future. Fast and concise language :)

> I'd like to suggest adding support for unique sortable identifiers such as [ULID](https://github.com/ulid/spec) or [KSUID](https://segment.com/blog/a-brief-history-of-the-uuid/). This would simplify and enrich interaction with DynamoDB. I could imagine this being part...

> @michaelbrewer ULID and KSUID are already implemented in JS and other languages. Are you looking for a performance improvement or a simplified development experience? Yes, having it in the...

AWS JavaScript SDK V3 had pulled this off. It would be great to have the same for Boto3 which soon will be unusable for AWS Lambdas.

Any kind of hint or indication that when this would be worked on? ``` 1.3M boto3 55M botocore 696K dateutil 148K jmespath 552K s3transfer 36K six.py 824K urllib3 ```

`Fn::Map` or at worst `Fn::Foreach` make a-lot more sense then just `Fn::For`.