Commit 5a265d1
authored
feat(codebuild): add additional build images for lambda (#34197)
### Description of changes
This pull request adds support for new AWS CodeBuild Lambda images for both ARM and x86_64 architectures.
reference: https://docs.aws.amazon.com/codebuild/latest/userguide/lambda-compute-images.html
### Additions to `LinuxArmLambdaBuildImage`:
* `aws/codebuild/amazonlinux-aarch64-lambda-standard:nodejs22`
* `aws/codebuild/amazonlinux-aarch64-lambda-standard:python3.13`
* `aws/codebuild/amazonlinux-aarch64-lambda-standard:ruby3.4`
* `aws/codebuild/amazonlinux-aarch64-lambda-standard:go1.24`
### Additions to `LinuxLambdaBuildImage`:
* `aws/codebuild/amazonlinux-x86_64-lambda-standard:nodejs22`
* `aws/codebuild/amazonlinux-x86_64-lambda-standard:python3.13`
* `aws/codebuild/amazonlinux-x86_64-lambda-standard:ruby3.4`
* `aws/codebuild/amazonlinux-x86_64-lambda-standard:go1.24`
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent f49471b commit 5a265d1
File tree
2 files changed
+16
-0
lines changed- packages/aws-cdk-lib/aws-codebuild/lib
2 files changed
+16
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
| 46 | + | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
| 46 | + | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
0 commit comments