Replies: 1 comment
-
@petro2050 Please refer the following for guidance: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just getting started with Annotations, and I see it is possible to do dependency injection. I'm curious about how we can emulate something like ASP.NET Core Middleware to implement global services like authentication/authorization, rate limiting, request validation, logging, etc. and pipeline them.
Also, is it possible to pass a complex request object to a lambda handler? The examples I see demonstrate basic ops like adding two numbers.
Beta Was this translation helpful? Give feedback.
All reactions