Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taimos/lumigo-webinar
Sample Code for Webinar on 2022-06-16
https://github.com/taimos/lumigo-webinar
Last synced: 8 days ago
JSON representation
Sample Code for Webinar on 2022-06-16
- Host: GitHub
- URL: https://github.com/taimos/lumigo-webinar
- Owner: taimos
- License: apache-2.0
- Created: 2022-06-13T19:46:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T00:13:15.000Z (2 months ago)
- Last Synced: 2024-09-11T04:58:13.885Z (2 months ago)
- Language: TypeScript
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lumigo Fargate + Lambda demo
## Setup
1. Create a secret in AWS SecretManager with name `AccessKeys` and `LumigoToken` as field, using as value for the latter the Lumigo token you find in the Lumigo platform under `Settings --> Tracing --> Manual tracing`
1. Have a Docker daemon running on your machine (CDK will need to build a Docker image and push it to Amazon ECR)
1. Run `cdk deploy --all`