Feel free to create an issue if you have any questions or troubles. I won't check them every day but I'll try to check them weekly.
in infrastructure/
aws-vault exec kabisa-bart-playground
(cd tables/examples/ && aws dynamodb batch-write-item --request-items file://Availability.json)
yarn
(cd infrastructure; sls dynamodb install)
yarn run dev
oryarn run dev_online
lsof -i :8000 -sTCP:LISTEN |awk 'NR > 1 {print $2}' | xargs kill -15
cd dist/
yarn run build
aws-vault exec kabisa-playground
aws s3 sync . s3://kabisa-tickets-dev-hosting --include "*" --exclude "*.js" --exclude "*.css"
aws s3 sync . s3://kabisa-tickets-dev-hosting --delete --exclude "*" --include "*.js" --include "*.css" --content-encoding=gzip
Kabisa Serverless Tickets is released under the MIT License.