Node script to parse the Loyal menu pdf and post it to a slack channel
npm i
Run the menu extract locally to see what the text will look like:
npm run dev
Make sure you're logged in to aws via sso with aws sso login
under the correct account / profile.
e.g.
aws sso login --profile search
You may also need to publish using this profile explicitly if the default is not set to the correct one.
npm run package && npm run publish -- --profile search