serverless-workshop icon indicating copy to clipboard operation
serverless-workshop copied to clipboard

Results 25 serverless-workshop issues
Sort by recently updated
recently updated
newest added

I believe this will fix the issue that doesn't allow users to sign up/log in to website using Auth0. Figured it wouldn't hurt to update the Auth0 lock library. When...

When in the Lambda Function chapter of the ACloud.guru coarse Serverless For Beginners, in the video-transcoder directory, I only have three files. In the video, and I am using a...

When I went to run "npm install" for this lab, 4 packages had vulnerabilities related to "Regular Expression Denial of Service". "npm audit" told me to: ``` # Run 'npm...

The following point is confusing since the js function in the repo doesn't perform JWT validation anymore. ``` 4. Modify the User Profile Lambda function to no longer validate the...

Remove dependency on aws-sdk, which only bloats the .zip and isn't required.