awsdocs / aws-cdk-guide

User guide for the AWS Cloud Development Kit (CDK).
Other
335 stars 222 forks source link

Update serverless_example.md #411

Closed bojanderson closed 2 years ago

bojanderson commented 2 years ago

Python CDK is using .env not .venv

Issue #, if available:

If you follow the commands for Python as listed you get an error that no such directory exists

Description of changes:

I changed the path from .venv to .env because that's the output of the CDK if you follow these steps

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

bojanderson commented 2 years ago

I realized I was actually on v1 CDK when I switched to v2 then this worked fine