aegis
aegis copied to clipboard
Serverless Golang deploy tool and framework for AWS Lambda
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....
Add support to GCP and Azure
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?