Class: Lamby::ProxyServer
- Inherits:
-
Object
- Object
- Lamby::ProxyServer
- Defined in:
- lib/lamby/proxy_server.rb
Constant Summary collapse
- METHOD_NOT_ALLOWED =
<<-HEREDOC.strip <h1>Method Not Allowed</h1> <p>Please POST to this endpoint with an application/json content type and JSON payload of your Lambda's event and context.<p> <p>Example: <code>{ "event": event, "context": context }</code></p> HEREDOC