serverless-cqrs
  • Introduction
  • Quickstart
  • Domain
  • Testing
  • Examples
    • Express
    • GraphQL
  • Advanced
    • Adapter Interface
      • Write Model
      • Read Model
    • Deploy
    • Authorization
    • Eventual Consistency
    • Multiple Aggregates
  • Components
    • serverless-cqrs
    • write-model
      • repositoryBuilder
      • commandServiceBuilder
    • read-model
    • memory-adapter
    • dynamodb-adapter
    • elasticsearch-adapter
Powered by GitBook
On this page

Was this helpful?

Examples

PreviousTestingNextExpress

Last updated 6 years ago

Was this helpful?

Here are a few examples of services you can clone and deploy to AWS using the awesome .

A quick heads up: you'll need to make sure you have serverless installed on your machine. You can installing it by running npm i -g serverless.

Also, you need to have AWS credentials available. Here's a helpful guide:

Finally, almost all the AWS services used by these examples are well within the limits of their Free Tier. However, they create an AWS hosted ElasticSearch instance which is outside the Free Tier and can get expensive. Once you're done, be sure to run serverless remove to cleanup!

serverless framework
Express
GraphQL
AWS credentials