jagdish-176

Results 3 issues of jagdish-176

I'm using /{proxy+} for all endpoints, ``` index: handler: handler.index events: - http: method: any path: /{proxy+} private: _${self:custom.isPrivate} ``` How to put documentation for` /test/:testId` in this

When I scale my nodejs application to use more than 2 instances it gives error, Error { [CSRF Alert: Possible CSRF attack, state parameters do not match.] name: 'CSRF Alert'...

enhancement