Skip to content

patrickbald/aws-infra-project

Repository files navigation

Running this sample

  1. temporal server start-dev to start Temporal Server.
  2. npm install to install dependencies.
  3. npm run start.watch to start the Worker.
  4. In another shell, npm run workflow to run the Workflow.

Docker

  • After making changes, rebuild docker image and update version in docker compose: docker build . -f ./worker.Dockerfile -t temporal/worker:
  • In temporal-server: docker compose up
  • In root for worker: docker compose -f docker-compose.worker.yml up

About

Demonstrating the use of Temporal to create a simple AWS infrastructure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published