amiorin / AWS-provisioning-with-Temporal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS provisioning: Java project template

This project is a POC. The goal is to use Temporal to provision Temporal on AWS.

Demo https://youtu.be/g6U98jyP35Q

Status

The project is creating and deleting an S3 bucket.

Build the project

Open the project in IntelliJ, which will automatically build it

Run the Workflow

First, make sure the Temporal server is running.

To start the Workflow, run the InitiateAws class from IntelliJ.

To start the Worker, run the AwsWorker class from IntelliJ.

To submit the signal, run the SignalAws class from IntelliJ.

About

License:MIT License


Languages

Language:Java 100.0%