maciejtreder / serverless-apigw-binary

Serverless plugin for binary files support in AWS Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless plugin "serverless-apigw-binary" not found

eraserfusion opened this issue · comments

class BinarySupport {

I have an environment with an older version of node that is not loading this plugin. Digging a little deeper, the only issue is that 'use strict'; is not at the top of the file. When I add it in locally everything deploys as expected.

@eraserfusion Thank you for this report. Could you verify newest version (0.4.1)?

I sit right next to @eraserfusion in meatspace, and can confirm that 0.4.1 has fixed his (and my) problem.

Thank you once again for the quick fix!

Sounds great. Thanks!