https://github.com/paujim/cloudtrail-es-cognito
https://github.com/paujim/cloudtrail-es-cognito
aws cdk cdk-examples cloudtrail cognito elasticsearch-service
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paujim/cloudtrail-es-cognito
- Owner: paujim
- License: mit
- Created: 2020-07-11T04:37:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T23:12:01.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T18:46:44.825Z (over 1 year ago)
- Topics: aws, cdk, cdk-examples, cloudtrail, cognito, elasticsearch-service
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Couldtrail ES Cognito!
To manually create a virtualenv on MacOS and Linux:
```
$ python -m venv .env
```
After the init process completes and the virtualenv is created, you can use the following
step to activate your virtualenv.
```
$ source .env/bin/activate
```
If you are a Windows platform, you would activate the virtualenv like this:
```
% .env\Scripts\activate.bat
```
Once the virtualenv is activated, you can install the required dependencies.
```
$ pip install -r requirements.txt
```
At this point you can now synthesize the CloudFormation template for this code.
```
$ cdk synth
```