Jose Quijada
Jose Quijada
I created an issue/question for this in SST at https://github.com/serverless-stack/serverless-stack/issues/1065. I'm wondering if I'm doing something wrong or if this just a shortcoming of `esbuild-runner`. How come the `jest.mock()` calls...
I suspect this happens because of the new schema validation rules put in place in serverless 2.x. Can we just move `provider.tracing` to `custom.tracing` in the `serverless.yml`?
Looks like as per the documentation [here](https://www.serverless.com/framework/docs/providers/aws/guide/plugins/#extending-validation-schema) that plugins can define properties in the `custom:` but not the `provider:` section of `serverless.yml`. Moreover plugin properties cannot be in the top...
Addresses #7
MacOS step 2 of instructions to set up Okta push notification auth seems incomplete. It could benefit from a screenshot to show that one has to enter the password in...