David Wells
David Wells
Hey everyone. I no longer have time to maintain this project. Is anyone interested in becoming a core contributor and fixing some of these issues?
@waltermvp do SSM secrets fall under HIPPA? https://serverless.com/blog/serverless-v1.22.0/
I'm also unable to protect API gateway endpoints with the `scope` only set to `aws.cognito.signin.user.admin` For example, (using serverless framework), I'm only able to check for `aws.cognito.signin.user.admin` & not real...
Any word from Cognito team on this? Many folks are experiencing this https://github.com/aws-amplify/aws-sdk-android/issues/684 Thanks for your help
Hey @allygator do you have another `.babelrc` file somewhere in your project? I've seen project `babel` files conflict with the default provided in `netlify-lambda` Follow up question: are you using...
Aha theres the problem. You will need to bundle with webpack or https://github.com/netlify/netlify-lambda to use `import` statements. Here is an example of how that works: https://github.com/netlify/netlify-faunadb-example/blob/master/package.json#L17 Alternatively, you can convert...
Ohhh right right right. Because you are including another module from npm, we need to ship that function with it's dependancy. You do need to bundle everything together with `netlify-lambda`...
Also create react app lambda is a good example of using `netlify-lambda` https://github.com/netlify/create-react-app-lambda/blob/master/package.json#L16
Yeah I think this makes sense. Making it easier for devs to create, validate, & list plugins is definitely something we want to do. I like what circle did with...
This is fantastic @romainbessugesmeusy! Nice work. Are you planning on publishing this to npm? 😃