GithubHelp home page GithubHelp logo

amcquistan / nebcode-cdk Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 3.0 1.24 MB

Demo for Nebraska.Code() talk on CDK

License: MIT License

JavaScript 14.21% HTML 6.03% CSS 1.47% TypeScript 74.50% Dockerfile 0.43% Shell 3.36%

nebcode-cdk's Introduction

Event Processing and Web Socket API with AWS CDK Demo Application

This is a demo application that I used to present to Nebraska.Code() conference on AWS Cloud Development Kit (CDK) with slides available in this repo as well.

Architecture Diagram

YouTube Presentation

I also recorded an introductory talk covering AWS CDK along with a detailed walk-thru of this demo application and posted to YouTube

Prereqs to Deploying

Install yarn

npm install -g yarn

Install CDK

npm install -g aws-cdk

Bootstrap your AWS account to use CDK

cdk bootstrap aws://ACCOUNT-NUMBER-1/REGION-1

Deploying the Demo Application

  1. Build the frontend application
cd lib/dashboard-app
yarn && yarn build
  1. Build the CDK project

run this from the project root (same directory as the cdk.json file)

yarn && yarn build
  1. Synthesize the CDK project

run this from the project root (same directory as the cdk.json file)

yarn synth
  1. Deploy the CDK project
yarn deploy
  1. Destroy the project
yarn destroy

nebcode-cdk's People

Contributors

sciguymcq avatar

Stargazers

 avatar Sean Cooper avatar Maisson Saraiva Moreira avatar  avatar Nick Franken avatar

Watchers

James Cloos avatar Adam Mcquistan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.