Code Monkey home page Code Monkey logo

Comments (7)

remicastaing avatar remicastaing commented on May 22, 2024

Hi @jschr, there won't be no front and no back end. jaw-cli is a client able to grab separately a front module and some back end modules. Take a look at https://github.com/jaws-stack/JAWS/tree/v1.0.

from serverless.

jschr avatar jschr commented on May 22, 2024

Ah ok, after rereading the v1 spec doc I think I misinterpreted the scafolding section.

So am I correct that the use case I described above I would create 2 JAWS apps (one for back and one for front) and simply install the applicable modules?

from serverless.

ac360 avatar ac360 commented on May 22, 2024

@jschr Glad you showed up for the party :) Yes, JAWS V1 is nothing but some empty folders, a powerful CLI and a Module system.

We think the best organizational tiers for the jaws-modules are:

  • A single lambda function can be a module
  • A directory with a group of lambda functions and some other folders can also be a module
  • The entire front folder can also be a module. This is the least developed idea. Essentially, you will be able to run jaws install https://github.com/jaws-stack/JAWS/jaws-react-front to replace the front folder with the module at the specified url. What this means is that we need some front-end modules for JAWS. Especially, a React one. It should consist of a simple React boilerplate app and integrate handy AWS-SDK for the browser functions.

from serverless.

remicastaing avatar remicastaing commented on May 22, 2024

@jschr, the basic steps to write a JAWS app will be jaws new, then grab some jaws modules for the back end (they will be downloaded in \back) and grab a front module (downloaded in \front).

from serverless.

jschr avatar jschr commented on May 22, 2024

@ac360 thanks for the clarification, this is awesome! Really excited for the v1 release.

Do you have any front-end module examples you can share?

I realize you've got a lot on your plate with v1 so no worries if not and I will anxiously await for the release!

from serverless.

jschr avatar jschr commented on May 22, 2024

Closing since not an issue :)

from serverless.

ac360 avatar ac360 commented on May 22, 2024

No front-end modules yet. Although, any front-end boilerplate works. JAWS gives you a REST API just like anything else.

from serverless.

Related Issues (20)

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.