Basically I have a serverless Express application running through AWS lambda with API gateways attached. I don't need high function memory allocation for most endpoints but some endpoints I do need way more memory allocated. Instead of making multiple functions, is there a way to setup the function memory allocation depending on the endpoint, the request, or the event parameters?