AWS Workbench Quick Start Guide
This guide assumes that you have set up Obeo Designer successfully, cloned this repository and installed the workbench plugin.
Import sample project
- Open Obeo Designer.
- Import ArchOpsDemoproject undersamplefolder into you Obeo workspce.
- Click here to see how to import the project.
Generate Java code
- Open the ArchOpsDemodiagram .
- On the Canvas Right Click -> Generate -> Code
- On the newly created project Right Click -> Maven -> Update Project
- Click here to see how to generate java code.
Generate Cloud formation script and deploy
- Open Terminal
- Navigate to the directory of the newly formed project
- Run commands mvn packageand thencdk synth.
- Cloud formation script will be generated in the cdk.outfolder in the project directory
- Click here to see how to generate cloud formation script.
- The generated script can be deployed to AWS account using cdk deploy.