Tom Maiaroto
Tom Maiaroto
Is it possible to import annotations into an existing PDF? I have an XFDF (or FDF) file and want to import that into an existing PDF. I imagine I could...
Hi, I know this kinda stinks...But for closing tags, the `close` class is applied to the span element. There's a conflict with this and Twitter Bootstrap which defines styles for...
Possible to use/implement this? https://github.com/grpc/grpc-go
AWS recently released a better option for API Gateway and Lambda. Cheaper too. Also parses JWT which could be a nice option as well. It better matches how Aegis works....
Changes in various things can create issues from time to time. Having an integration test to ensure basic build and deploy works would be great. Having it periodically run automatically...
I'd really like to add AppSync support. Then have a router for resolvers. - handle resolvers with a new router - import/export/push/sync with AppSync The Amplify CLI toolchain is great...
Following up on #13 it would be nice to visualize some of the data recorded in XRay without combing through the AWS web console. The most obvious thing here is...
I'm going to keep a running list of 3rd party add-on ideas here. These will not be part of this repository because all 3rd party things will be separate packages....
The idea of "Services" are really just handler dependencies that get injected, _but also_ can be configured. This configuration happens with a closure that receives context and the event. So...
The other hooks and thoughts of interceptors and AOP is making me curious about concerns outside of an individual microservice/Lambda. What about microservice coordination and distributed design considerations?