Jay
Jay
Got it. Thanks. I'll merge this after I make this change in the repo.
@QuantumInformation Are you using multiple AWS credentials? Or do you have multiple credentials? This usually happens in that case.
@QuantumInformation The `serverless invoke local` command does not support the `--profile` option. Did you specify the profile in your `serverless.yml`?
@QuantumInformation Do these credentials have access to the DynamoDB that was previously created?
@QuantumInformation It invokes your Lambda function locally but any resources used inside it are the ones on live.
@dougharling You can debug these by adding a `console.log` like so - https://serverless-stack.com/chapters/add-a-create-note-api.html#common-issues
@shawnnolanjr I just updated the tutorial with this. React Bootstrap relies to Bootstrap v3 for styles. And Bootstrap just updated to v4. Here are the changes to the code: https://github.com/AnomalyInnovations/serverless-stack-demo-client/compare/v1.2.4...v1.2.5
@lepirlouit I've been thinking over this and most likely we'll disable service workers for now. It has caused quite a bit of confusion for people and needs a lot of...
Hmm, this PR isn't showing any changes to the files.
@jamesmcglinn Any idea why this PR doesn't have any changes?