Event-Driven Architecture Workshop
  • Event-Driven Architecture Workshop
  • Setup
    • Prerequisites
    • AWS Cloud Development Kit
  • API Gateway
    • REST API
  • Choreograph: EventBridge
    • Event Bus and Events
  • Orchestrate: Step Functions
    • State Machines
Powered by GitBook
On this page
  • Install Node.js
  • Install AWS CLI
  • Configure your AWS CLI profile
  1. Setup

Prerequisites

Setup your environment with some prerequisites

Install Node.js

Install Node.js if you don't already have it on your machine.

Good to know: Use a Node version manager (like nvm) to easily switch between different versions of Node.js

Install AWS CLI

Install the lastest version (v2) of the AWS CLI if you don't already have it on your machine.

Configure your AWS CLI profile

Run the following command to setup AWS credentials that can be used by the AWS CLI tool:

aws configure

PreviousEvent-Driven Architecture WorkshopNextAWS Cloud Development Kit

Last updated 3 years ago