Git Product home page Git Product logo

Comments (2)

LouisPinsard avatar LouisPinsard commented on July 23, 2024 1

Hello @adriencaccia @fargito,

Great job with Swarmion so far I am a huge (a bit biased) fan !

I think it is important to add some context on the core service that holds the httpApi.
Indeed, almost all services will implicitly depend on this services output. I think it is quite important to provide a bit of guidelines on what you should put (or not) in this service as it breaks the independence of the deployments.

In my opinion in a classical AWS serverless stack it should only contain:

  • shared DynamoDB database
  • shared eventbridge
  • shared api gateway
  • if you use Cognito JWT authorizer, it's easier to put it in core also

And that's it (no lambda). It should only contain resources that won't change much while the project lives.

Would love to know what you think should go in this core service !

from swarmion.

fargito avatar fargito commented on July 23, 2024

We also need to explain the nx-cloud setup in Swarmion. See nrwl/nx#10402 (comment)

from swarmion.

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.