appsyncmasterclass-backend
appsyncmasterclass-backend copied to clipboard
Backend for the AppSync Masterclass demo app
In lesson 06/05 'Securely Handle Algolia API key', I received an error: ``` "errorMessage": "Invalid value \"undefined\" for header \"x-algolia-api-key\"", "code": "ERR_HTTP_INVALID_HEADER_VALUE", ``` I checked the @middy/ssm docs and changed...
The API has changed for this package and we now need to add `--all` to the export-env command to achieve the same as before. More info here - https://www.npmjs.com/package/serverless-export-env Looks...
It looks like the [builds](https://github.com/theburningmonk/appsyncmasterclass-backend/actions) are failing [when trying to install the AWS CLI](https://github.com/theburningmonk/appsyncmasterclass-backend/runs/2274340397?check_suite_focus=true#step:6:6640) because a pre-existing CLI is already in place: ``` Found preexisting AWS CLI installation: /usr/local/aws-cli/v2/current. Please...