Jay
Jay
Right but the Lambda function returns a 500 error? The CLI isn't doing any remapping in this case right?
@salami-art I'm not sure what the issue is but I notice that some of the arguments have weird tick marks instead of single-quotes. ``` --cognito-region=‘eu-central-1' ``` vs ``` --cognito-region='eu-central-1' ```...
@paul-tx This seems like an issue with the Cognito JS SDK. Can I see your `package.json`?
@sw-waterford Did you add this to the `index.js` https://github.com/AnomalyInnovations/aws-api-gateway-cli-test/blob/master/index.js?
@Guitarkalle There isn't right now. It's just meant to test if the request was successful or not. Are you using it to debug your output?
@Guitarkalle I see. Can I see a sample of the full output you are seeing right now?
@Guitarkalle That makes sense. This should be easy to fix. In these two instances: - https://github.com/AnomalyInnovations/aws-api-gateway-cli-test/blob/master/index.js#L179 - https://github.com/AnomalyInnovations/aws-api-gateway-cli-test/blob/master/index.js#L187 We need to pass in a second argument of `null` to the...
@bveenvliet That's awesome! Thanks!
That's weird. Can you share the versions of Node, npm, Serverless, etc.?
Instead of the `serverless install`, can you directly clone the repo?