Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CodeBuild: Custom Lambda Images #29964

Open
2 tasks
stefenAMZ opened this issue Apr 25, 2024 · 2 comments · May be fixed by #29973
Open
2 tasks

CodeBuild: Custom Lambda Images #29964

stefenAMZ opened this issue Apr 25, 2024 · 2 comments · May be fixed by #29973
Labels
@aws-cdk/aws-codebuild Related to AWS CodeBuild effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@stefenAMZ
Copy link

stefenAMZ commented Apr 25, 2024

Describe the feature

CDK with AWS Lambda compute in AWS CodeBuild does not currently support Custom Images from ECR.

Use Case

Currently there is demand to use Lambda as a build environment for CodeBuild. However the Curated images don't cover every use case and the need for a custom image for Lambda compute is needed.

This is currently supported within the Console and is only not supported in CDK.

Proposed Solution

We need to expand our implementation to support custom images and not just the curated images. The functionality should match that of the console. Custom Image -> Lambda -> Linux or Arm -> ECR -> Image.

Other Information

Currently the only ask is that the we can match what is available in the console.

Currently the documentation states there is no support for this.

https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_codebuild/README.html

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.139

Environment details (OS name and version, etc.)

Linux

@stefenAMZ stefenAMZ added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Apr 25, 2024
@github-actions github-actions bot added the @aws-cdk/aws-codebuild Related to AWS CodeBuild label Apr 25, 2024
@khushail khushail added investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Apr 25, 2024
@khushail
Copy link
Contributor

Thanks @stefenAMZ for submitting this request.

@khushail khushail added p2 effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Apr 25, 2024
@nmussy
Copy link
Contributor

nmussy commented Apr 26, 2024

I can take this on, the PR should be up shortly 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-codebuild Related to AWS CodeBuild effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants