Skip to content
Closed
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lambci/lambda:build-python3.8
FROM public.ecr.aws/sam/build-python3.9

ARG mysql_gpg_key_url="https://repo.mysql.com/RPM-GPG-KEY-mysql"
ARG mysql_gpg_key_name="RPM-GPG-KEY-mysql"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you need a ready-made, tested AWS Layer for `mysqlclient`, just use `build_ou

| Python Version | MySQL Version | Branch to use |
|---|---|---|
| 3.x | MySQL v8.0.x | master |
| 3.9 | MySQL v8.0.x | master |
| 3.x | MySQL v5.6.x | mysql-5.6 |
| 3.x | I want to build an AWS Lambda layer for a non-MySQL Python package| general-purpose |

Expand Down