Stephanie Kastner

Results 4 comments of Stephanie Kastner

I'm getting this error as well but I have installed it correctly and I have serverless-offline in my yml file. I even restarted my terminal session. Not sure what is...

I am having a similar problem I think except mine is that I can't include a vtl file as a mapping template. For example: `request: template: application/x-www-form-urlencoded: ${file(velocity-language-templates/x-www-form-urlencoded.vtl)}` gives me...

Adding onto what @manzurola said, you can just do the following and that way you don't have to do fetch: ```js { console.log(blob); } } ... /> ```

So I was able to specify the content type by overriding the headers with a mapping template: ``` - statusCode: 200 selectionPattern: '2\d{2}' responseTemplates: application/xml: |- #set($inputRoot = $input.path('$')) #set($context.responseOverride.header.Content-Type...