To publish a new version of rdklib, in the RDK Maintainters account, you will need to:
- Create a new tagged version of rdklib (
git tag X.Y.Z; git push origin X.Y.Z
) - Download the latest version of the SAM template from
s3://aws-sam-cli-rdklib-build-bucket-ap-southeast-1/serverlessrepo-rdklib-layer/*.template
- Create a new version of the SAM application using the template you downloaded.
- Update the
rdk
repository to reference the latest Lambda Layer versions (use theupdate_rdklib_versions.py
script)