Skip to content

Commit

Permalink
feat(optional-alerts): optional alerts and python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
boltdynamics committed Aug 19, 2023
1 parent 71f61e4 commit 81003a5
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
Deploy:
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.11"]
runs-on: ubuntu-latest
environment: innovation
# These permissions are needed to interact
Expand Down
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ aws_xray_sdk = "*"
aws-lambda-powertools = "*"
boto3 = "*"
staxapp = "*"
# https://stackoverflow.com/questions/76667202/aws-lambda-function-cant-find-module
jsonschema = "==4.17.3"

[requires]
python_version = "3.9"
python_version = "3.11"

[scripts]
create-ssm-parameters = "python examples/create_ssm_parameters.py"
Loading

0 comments on commit 81003a5

Please sign in to comment.