binaryzer0 / amplify-pollCounter

A rewrite of the Serverless Voting App, this time using Amplify to manage the configuration and deployment of AWS resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PollCounter version 2 - Now with Amplify!

A (very) simple Vue application to enable voting across large numbers of users. The voting buttons trigger an API Gateway call to a Lambda function which stores the vote in DynamoDB. The front-end refreshes every 3 seconds.

This code is provided without any warranty. You are responsible for any AWS charges you incur. This is only provided for educational purposes.

Deploy this app to your AWS account with a single click:

amplifybutton

The Amplify Console will fork this repo in your GitHub account, and then build and deploy your backend and frontend in a single workflow. Your app will be available at https://master.appid.amplifyapp.com.

Project setup

npm install
amplify init

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A rewrite of the Serverless Voting App, this time using Amplify to manage the configuration and deployment of AWS resources.


Languages

Language:JavaScript 68.2%Language:Vue 25.4%Language:HTML 6.4%