We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a1e83 commit d69953aCopy full SHA for d69953a
docs/index.md
@@ -49,7 +49,7 @@ Powertools relies on the AWS SDK bundled in the Lambda runtime. This helps us ac
49
This means you need to add AWS SDK as a development dependency (not as a production dependency).
50
51
* **Pip**: `pip install "aws-lambda-powertools[aws-sdk]"`
52
-* **Poetry**: `poetry add "aws-lambda-powertools[aws-sdk]" --dev`
+* **Poetry**: `poetry add "aws-lambda-powertools[aws-sdk]" --group dev`
53
* **Pipenv**: `pipenv install --dev "aws-lambda-powertools[aws-sdk]"`
54
55
???+ note "Local emulation"
0 commit comments