Results 53 issues of Tim Mattison

I found this project while working on porting some servlet code over to AWS Lambda. It's pretty simple and slick, I love it. I ran into some issues though where...

Paho doesn't currently allow the use of ALPN. This can be fixed in the SSLNetworkModule class. I will submit a PR for it. - [x] Bug exists Release Version 1.2.5...

## Motivation and Context These changes are required to allow customers to build GraalVM native images that utilize the AWS CRT libraries. This may be starting point to address issues...

While converting the Python 2 scripts to Python 3 today I noticed that all of the `compile_all.py` scripts are very similar. However, a few of them have slightly different formatting....

I was unable to compile a few different languages with the `compile_all.py` scripts. I noticed that some were using the Python 2 style print statements so I converted them all...

I would like to use the MaterialAnimation class to handle some custom animations but MaterialAnimation depends on the Transition enum. Since enums cannot be extended I can't find a way...

With GraalVM 20.3.0 I get this error when trying to build the native image example: ``` Error: Non-boolean option 'TraceClassInitialization' can not use +/- prefix. Use 'TraceClassInitialization=' format ``` I...

Greengrass OTA requires some additional permissions and (optionally) an additional role to sign artifacts. This needs to be rolled into the default deployment configuration so that users can use it...

enhancement

Sample code - https://docs.aws.amazon.com/greengrass/latest/developerguide/stream-manager-console.html A full GGP configuration with this code would be helpful.