@firestone-hs/twitch-presence
v1.0.1
Published
``` npm run build && sam local start-api ```
Readme
Test it
npm run build && sam local start-apiDeploy
npm run build && npm run package && npm run deploy
rm -rf dist && tsc && rm -rf dist/node_modules && npm publish --access publicReference
Used this project as template: https://github.com/alukach/aws-sam-typescript-boilerplate
