Skip to content

jorgevrgs/aws-twitter-timeline

Repository files navigation

Portfolio Page

Simple portfolio serverless appllication build on AWS Amplify

Technical Specifications

Full-stack solution using AWS. Demo here.

Pre-requisites for installation

Stack

Backend:

Frontend:

Installation

Install the Amplify CLI

npm install -g @aws-amplify/cli

Configure the Amplify CLI

amplify configure

Deploy

Twitter Bearer Token

The application uses Twitter OAuth 2.0 Bearer Token to get information from the Twitter's API:

Create an App in your Projects & Apps section and copy the value of the Bearer Token from your settings section Keys and tokens.

Copy this value in your Environment variables with the name TWITTER_BEARER_TOKEN.

Setup Amplify Project

amplify init
amplify push
amplify publish

Summary

  • Documenting: 3 hours
  • Coding: 3 hours
  • Total: 6 hours

About

AWS Amplify example with Vue and NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published