-
Notifications
You must be signed in to change notification settings - Fork 491
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.module/lambda-test-toolp2This is a standard priority issueThis is a standard priority issuequeued
Description
Describe the feature
Adding http API to Lambda Test Tool as another way to call the function, along with web interface and CLI.
Use Case
In our games we build the server part on the Lambda function. With HTTP endpoint we could write a mock client and connect to the function running from the IDE with the possibility of debugging. It would be a normal local server listening on localhost
.
Proposed Solution
I prepared a simple example that works. This is a controller with route to execute endpoint. It used injected LocalLambdaOptions
and select default LambdaConfigInfo
from it. Right now only payload is passed, but maybe we need to extend the api to be able to specify the function that we need to execute.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS .NET SDK and/or Package version used
Targeted .NET Platform
.NET 6
Operating System and version
Windows, Linux, MacOS
sidneyaraujomelo, kononencheg, RestiveMind, MaxEden, braa2k and 3 more
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.module/lambda-test-toolp2This is a standard priority issueThis is a standard priority issuequeued