sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
174 stars 4 forks source link

feat: offline mode for local #401

Closed thantos closed 1 year ago

thantos commented 1 year ago

Allows eventual local to be run without an AWS account.

eventual local --offline

It:

  1. will not lookup any resources in AWS or try a deployment.
  2. will not pull down environment variables defined in the CDK application
  3. will not set local env variables for aws credentials to the eventual access role.
  4. will still run synth if needed

Any env or aws needs will be responsability of the user.