Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.13

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with: { python-version: 3.12 }
with: { python-version: 3.13 }

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
.idea/*
.kiro/*
**/.aws-sam/
.vscode/*
.vscode/settings.json
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.11
3.13
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
name = "aws-serverless-developer-experience-workshop-python"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
requires-python = ">=3.13"
dependencies = []
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Conditions:

Globals:
Function:
Runtime: python3.12
Runtime: python3.13
MemorySize: 512
Timeout: 10
Tracing: Active
Expand Down
22 changes: 11 additions & 11 deletions unicorn_approvals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ authors = [
{name = "Amazon Web Services"}
]
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.13"

dependencies = [
"aws-lambda-powertools[tracer]>=3.18.0",
"aws-xray-sdk>=2.14.0",
"boto3>=1.40.2",
"aws-lambda-powertools[tracer]>=3.24.0",
"aws-xray-sdk>=2.15.0",
"boto3>=1.42.43",
]

[project.optional-dependencies]
dev = [
"aws-lambda-powertools[all]>=3.18.0",
"requests>=2.32.3",
"moto[dynamodb,events,sqs]>=5.1.9",
"importlib-metadata>=8.4.0",
"pyyaml>=6.0.2",
"aws-lambda-powertools[all]>=3.24.0",
"requests>=2.32.5",
"moto[dynamodb,events,sqs]>=5.1.20",
"importlib-metadata>=8.7.1",
"pyyaml>=6.0.3",
"arnparse>=0.0.2",
"pytest>=8.4.1",
"ruff>=0.12.7",
"pytest>=9.0.2",
"ruff>=0.15.0",
]

[tool.setuptools]
Expand Down
616 changes: 282 additions & 334 deletions unicorn_approvals/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Globals:
Api:
OpenApiVersion: 3.0.1
Function:
Runtime: python3.12
Runtime: python3.13
MemorySize: 512
Timeout: 15
Tracing: Active
Expand Down
24 changes: 12 additions & 12 deletions unicorn_contracts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ authors = [
{name = "Amazon Web Services"}
]
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.13"

dependencies = [
"aws-lambda-powertools[tracer]>=3.18.0",
"aws-xray-sdk>=2.14.0",
"boto3>=1.40.2",
"aws-lambda-powertools[tracer]>=3.24.0",
"aws-xray-sdk>=2.15.0",
"boto3>=1.42.43",
]

[project.optional-dependencies]
dev = [
"aws-lambda-powertools[all]>=3.18.0",
"requests>=2.32.3",
"moto[dynamodb,events,sqs]>=5.1.9",
"importlib-metadata>=8.4.0",
"pyyaml>=6.0.2",
"aws-lambda-powertools[all]>=3.24.0",
"requests>=2.32.5",
"moto[dynamodb,events,sqs]>=5.1.20",
"importlib-metadata>=8.7.1",
"pyyaml>=6.0.3",
"arnparse>=0.0.2",
"pytest>=8.4.1",
"ruff>=0.12.7",
"tomli>=2.2.1",
"pytest>=9.0.2",
"ruff>=0.15.0",
"tomli>=2.4.0",
]

[tool.setuptools]
Expand Down
669 changes: 312 additions & 357 deletions unicorn_contracts/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unicorn_web/infrastructure/web-service/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Globals:
Api:
OpenApiVersion: 3.0.1
Function:
Runtime: python3.12
Runtime: python3.13
MemorySize: 512
Timeout: 10
Tracing: Active
Expand Down
24 changes: 12 additions & 12 deletions unicorn_web/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ authors = [
{name = "Amazon Web Services"}
]
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.13"

dependencies = [
"aws-lambda-powertools[tracer]>=3.18.0",
"aws-xray-sdk>=2.14.0",
"boto3>=1.40.2",
"requests>=2.32.3",
"crhelper>=2.0.11",
"aws-lambda-powertools[tracer]>=3.24.0",
"aws-xray-sdk>=2.15.0",
"boto3>=1.42.43",
"requests>=2.32.5",
"crhelper>=2.0.12",
]

[project.optional-dependencies]
dev = [
"aws-lambda-powertools[all]>=3.18.0",
"moto[dynamodb,events,sqs]>=5.1.9",
"importlib-metadata>=8.4.0",
"pyyaml>=6.0.2",
"aws-lambda-powertools[all]>=3.24.0",
"moto[dynamodb,events,sqs]>=5.1.20",
"importlib-metadata>=8.7.1",
"pyyaml>=6.0.3",
"arnparse>=0.0.2",
"pytest>=8.4.1",
"ruff>=0.12.7",
"pytest>=9.0.2",
"ruff>=0.15.0",
]

[tool.setuptools]
Expand Down
616 changes: 282 additions & 334 deletions unicorn_web/uv.lock

Large diffs are not rendered by default.

Loading