serverless-apigateway-service-proxy icon indicating copy to clipboard operation
serverless-apigateway-service-proxy copied to clipboard

This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway.

Results 78 serverless-apigateway-service-proxy issues
Sort by recently updated
recently updated
newest added

I keep getting this error while trying to deploy. Error --------------------------------------------------- Error: Cannot find module 'serverless/lib/plugins/aws/package/compile/events/api-gateway/lib/rest-api' Require stack: - C:\Projects\qwant\node_modules\serverless-apigateway-service-proxy\lib\index.js - C:\Users\User\AppData\Roaming\npm\node_modules\serverless\lib\classes\PluginManager.js - C:\Users\User\AppData\Roaming\npm\node_modules\serverless\lib\Serverless.js - C:\Users\User\AppData\Roaming\npm\node_modules\serverless\scripts\serverless.js - C:\Users\User\AppData\Roaming\npm\node_modules\serverless\bin\serverless.js

[offline support](https://github.com/serverless-operations/serverless-apigateway-service-proxy/issues/39) was asked in the past but closed. Wondering if this is not supported for good? or coming up in any future release? Checking how can I use s3...

API keys are not generated even if those are passed inside the provider section: I would expect that the API gateway would use the api key name defined inside the...

From documentation, when passing a role ARN under roleArn, it should avoid creating default one. It seems to worked for all other proxies except the one for a dynamo integration.

With this pull request, you can provide a plain key-value-pair as dynamodb hash- or sortKey. This allows for either providing static values, or provide arbitrary resolutions through vtl that are...

Please support appsync Proxying appsync lets us use usageplans and apikeys to auth rather than using appsync apikeys which are not as friendly and expire annually It also helps us...

When trying to use custom request templates for Kinesis with the following syntax: ``` custom: apiGatewayServiceProxies: - kinesis: path: /kinesis method: post streamName: { Ref: 'MyStream' } request: template: text/plain:...

I would like to request support for open search. https://aws.amazon.com/opensearch-service/ Thanks