Skip to content
Merged
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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"
ARG mysql_gpg_key_url="https://repo.mysql.com/RPM-GPG-KEY-mysql-2022"
ARG mysql_gpg_key_name="RPM-GPG-KEY-mysql-2022"
ARG mysql_repo_rpm="mysql80-community-release-el7-3.noarch.rpm"
ARG mysql_devel_package_url="https://dev.mysql.com/get/${mysql_repo_rpm}"
ARG mysql_devel_package="mysql-community-devel"
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
Binary file modified build_output/layer.zip
Binary file not shown.