Workshop about observability. If you want to see a couple of recordings about this one you can watch:
Test locally
npm run start:dev
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
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.
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