Skip to content

moroquin/observability-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

observability-workshop

Workshop about observability. If you want to see a couple of recordings about this one you can watch:

api

Test locally

npm run start:dev

frontend

create .env file in the root frontend folder wit the next values

REACT_APP_BACKEND_API_KEY=
REACT_APP_BACKEND_URL=https://localhost:4200/operations

Test locally

npm run start

CDK

Pre-conditions

You need:

  • Have an amazon account.
  • Be logged into the terminal you are using with your amazon account. To be able to execute the cdk commands.
  • Install the amazon cdk.
  • Docker deamon running.

Commands

cdk bootstrap
cdk synth
cdk deploy --all 

Don't forget to destroy all the insfraestructure.

cdk destroy --all

If you need to change your aws region, you can run this command

export AWS_REGION=us-east-2