Now that the default toolchain is 6.3 and the packager builds against amazonlinux2023 by default, the deployment documentation and SAM templates still reference provided.al2.
We should update:
Sources/AWSLambdaRuntime/Docs.docc/Deployment.md
readme.md
- SAM template examples
to use provided.al2023 as the Lambda runtime.
Follow-up from #668.
Now that the default toolchain is 6.3 and the packager builds against amazonlinux2023 by default, the deployment documentation and SAM templates still reference
provided.al2.We should update:
Sources/AWSLambdaRuntime/Docs.docc/Deployment.mdreadme.mdto use
provided.al2023as the Lambda runtime.Follow-up from #668.