-
Hi there,
I'm using a custom authorizer and it works great when deployed to lambda and API Gateway, but serverless-offline never invokes my authorizer. So, my question is whether there is more config…
-
I have an API I'd like to put behind AWS_IAM authentication. I see that `apigateway.put_method` is always called with `authorizationType='none'`. If there's no in-flight change to add support for IAM …
slank updated
8 years ago
-
Hello,
Is Serverless documentation up to date? I've managed to install the lib and create a new project from nodejs template. It works.
I've started to read docs from http://docs.serverless.com/v0.…
-
I'd be great if we could configure custom [authorizer](http://docs.aws.amazon.com/apigateway/latest/developerguide/use-custom-authorizer.html).
BTW, this project is awesome!
-
- [x] Survey Amazon Cognito
- [x] Survey Firebase
- [x] Survey Auth0
- [x] Survey [LambdAuth](https://github.com/danilop/LambdAuth)
---
- [x] complete [Auth0 Vue.js SDK Quickstarts](https://auth0.com…
amowu updated
8 years ago
-
# This is a Bug Report
## Description
In trying to upgrade my service from 1.0.0-beta.2 to 1.0.0-rc.1 I wanted to ensure that changes to my custom authorizer config and request template were success…
-
Line 47 of `authorizers.js` sets the default identitySource to `method.request.header.Auth`:
```
identitySource = authorizer.identitySource || 'method.request.header.Auth';
```
To me, it seems stran…
-
APIG Response/Request templates options are now missing in V1, we need to bring back this functionality. In v0.5.6 we let users define their velocity templates as strings in the `s-function.json` json…
-
Back in Serverless v0 we had the possibility to use `process.env` to use previously passed in environment variables inside the code (e.g. useful to namespace database tables etc.).
-
Thanks to the awesome @staceymoore, we should now have the following default error codes templates in all projects `s-templates.json` file:
```
"responsesForGet": {
".*400.*": "$${response400}",
…