Skip to content

Commit

Permalink
chore(ci): remove aws-encryption-sdk from Lambda layer due to cffi be…
Browse files Browse the repository at this point in the history
…ing tied to python version (#3853)

Co-authored-by: Cavalcante Damascena <[email protected]>
  • Loading branch information
leandrodamascena and Cavalcante Damascena authored Feb 26, 2024
1 parent 9cd21aa commit 7e82011
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 368 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ dev:
pip install --upgrade pip pre-commit poetry
poetry config --local virtualenvs.in-project true
@$(MAKE) dev-version-plugin
poetry install --extras "all redis"
poetry install --extras "all redis datamasking"
pre-commit install

dev-gitpod:
pip install --upgrade pip poetry
@$(MAKE) dev-version-plugin
poetry install --extras "all redis"
poetry install --extras "all redis datamasking"
pre-commit install

format:
Expand Down
2 changes: 1 addition & 1 deletion docs/utilities/data_masking.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ graph LR

### Install

!!! note "This is not necessary if you're installing Powertools for AWS Lambda (Python) via [Lambda Layer/SAR](../index.md#lambda-layer){target="_blank"}"
!!! info "Our Lambda layer does not include the aws-encryption-sdk. Please install it as a dependency in your project to use this utility."

Add `aws-lambda-powertools[datamasking]` as a dependency in your preferred tool: _e.g._, _requirements.txt_, _pyproject.toml_. This will install the [AWS Encryption SDK](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/introduction.html){target="_blank"}.

Expand Down
Loading

0 comments on commit 7e82011

Please sign in to comment.