/demo-arc

Demo app using Arc deployed on AWS Lambdas

Primary LanguageJavaScript

demo-arc

demo application using arc on AWS Lambdas

getting started

# pull it down
$ git clone git@github.com:heymackey/demo-arc.git
$ cd demo-arc

# install dependencies
$ npm install

# generate and/or deploy application to AWS
$ npx create

hot takes

  • .arc file is easy to grok, though magic between generation/deploy might be confusing

todos

  • persist data in dynamo db
  • tests