{"id":20603841,"url":"https://github.com/maxkostinevich/shopify-serverless-starter-app","last_synced_at":"2026-03-06T17:05:10.550Z","repository":{"id":88838119,"uuid":"227669805","full_name":"maxkostinevich/Shopify-Serverless-Starter-App","owner":"maxkostinevich","description":"Shopify Serverless Starter Application built on Serverless Framework and Polaris UI (React.js)","archived":false,"fork":false,"pushed_at":"2020-09-18T12:01:30.000Z","size":717,"stargazers_count":61,"open_issues_count":0,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-22T03:30:42.395Z","etag":null,"topics":["aws","aws-lambda","react","reactjs","serverless","serverless-framework","shopify","shopify-app","shopify-polaris"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxkostinevich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-12T18:19:30.000Z","updated_at":"2024-09-27T04:28:58.000Z","dependencies_parsed_at":"2023-03-21T08:55:32.288Z","dependency_job_id":null,"html_url":"https://github.com/maxkostinevich/Shopify-Serverless-Starter-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxkostinevich/Shopify-Serverless-Starter-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkostinevich%2FShopify-Serverless-Starter-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkostinevich%2FShopify-Serverless-Starter-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkostinevich%2FShopify-Serverless-Starter-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkostinevich%2FShopify-Serverless-Starter-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxkostinevich","download_url":"https://codeload.github.com/maxkostinevich/Shopify-Serverless-Starter-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkostinevich%2FShopify-Serverless-Starter-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30186780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-lambda","react","reactjs","serverless","serverless-framework","shopify","shopify-app","shopify-polaris"],"created_at":"2024-11-16T09:18:51.644Z","updated_at":"2026-03-06T17:05:05.535Z","avatar_url":"https://github.com/maxkostinevich.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopify Serverless Starter App\nShopify Serverless App built on [Serverless Framework](https://serverless.com) and [Polaris UI](https://polaris.shopify.com/).\n\n\n## Shopify App Setup\nLogin to your [Shopify Partners Account](https://www.shopify.com/partners) and create a new App.\nDo not forget to add `/install/store` to Whitelisted redirection URLs as shown on the screenshot below:\n\n\u003cimg width=\"454\" alt=\"\" src=\"https://user-images.githubusercontent.com/10295466/66044063-63a9c100-e529-11e9-9ddd-8b2ae8f3907f.png\"\u003e\n\nOptionally you may set `GDPR webhook` to `https://XXXXXXXXX.execute-api.us-east-1.amazonaws.com/dev/webhooks/gdpr`\n\n\n## Deployment to AWS\n\nClone the Github repository, make sure Serverless Framework and Node.js are installed on your machine.\nRename `sample.env.yml` to `env.yml` and update all necessary variables.\n\n### Create a new AWS user\nAWS Console -\u003e IAM -\u003e Users -\u003e Add User -\u003e Set username and choose Access type: \"Programmatic Access\" -\u003e on next screen choose \"Attach existing policies directly\" -\u003e Search for AdministratorAccess -\u003e Click \"Create User\" and download .CSV file with access credentials.\n\nThen you can login using the following command:\n`serverless config credentials --provider aws --key KEY --secret SECRET`\n\n### Install NPM Dependencies\nTo install NPM dependencies  use the following command:\n`npm install`\n\nTo build frontend assets (React Components) use the following command:\n`npm run assets-dev` or `npm run assets-prod`\n\n### Deploy the backend\nTo deploy application to `dev` environment use the following command:\n`sls deploy`\n\nTo deploy application to `prod` environment use the following command:\n`sls deploy -s prod`\n\n**Do not forget to create a DB Index**\n\nTo create an index, go to AWS Console -\u003e DynamoDB -\u003e App Table -\u003e Indexes and create `domain-index` with `domain (String)` partition key as shown on the screenshot below:\n\n\u003cimg width=\"567\" alt=\"\" src=\"https://user-images.githubusercontent.com/10295466/66045914-50005980-e52d-11e9-8dcb-e5f1a1a686e3.png\"\u003e\n\nIt needs to be done only once per environment.\n\n\n### Deploy the frontend assets\nTo deploy frontend assets to S3 use the following command:\n`npm run sls-client-deploy` or `sls client deploy --no-delete-contents`\n\n**!! Important: always use --no-delete-contents** flag, otherwise all uploaded files will be deleted from S3 Bucket.\n\n\n---\n\n(c) 2019 [Max Kostinevich](https://maxkostinevich.com) - All rights reserved.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkostinevich%2Fshopify-serverless-starter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxkostinevich%2Fshopify-serverless-starter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkostinevich%2Fshopify-serverless-starter-app/lists"}