I'm slightly confused about how to invoke the HTTP examples on the command line via cargo lambda invoke.
For example, the http-axum example provides a few HTTP accessible paths, but I'm unsure how to reach them. http-basic-lambda is even more frustrating, because it doesn't accept any arguments, yet the invoke sub-command requires that users specific data to sent.
What data should I be providing? How do I send GET vs POST requests? Is it possible to simply use curl?
I'm slightly confused about how to invoke the HTTP examples on the command line via
cargo lambda invoke.For example, the
http-axumexample provides a few HTTP accessible paths, but I'm unsure how to reach them.http-basic-lambdais even more frustrating, because it doesn't accept any arguments, yet theinvokesub-command requires that users specific data to sent.What data should I be providing? How do I send GET vs POST requests? Is it possible to simply use
curl?