In the live AWS environment request parameters are not passed through to the serverless module in the event object unless the requestParameters and requestTemplates options in s-function.json are set up properly. It would be great if serverless-serve mirrored this to make it easier to catch mapping/template problems.
In the live AWS environment request parameters are not passed through to the serverless module in the
eventobject unless therequestParametersandrequestTemplatesoptions ins-function.jsonare set up properly. It would be great if serverless-serve mirrored this to make it easier to catch mapping/template problems.