Top "Aws-codebuild" questions

Describes Amazon Web Services CodeBuild questions and answers.

How to increase the maximum size of the AWS lambda deployment package (RequestEntityTooLargeException)?

I upload my lambda function sources from AWS codebuild. My Python script uses NLTK so it needs a lot of …

amazon-web-services aws-lambda aws-codebuild
AWS CodeBuild + CodePipeline: "No matching artifact paths found"

I am attempting to get CodePipeline to fetch my code from GitHub and build it with CodeBuild. The first (Source) …

amazon-web-services aws-codepipeline aws-codebuild
How to pass environment variable to the buildspec.yml for AWS codebuild

I have the following command in my buildspec.yml file in my gatsby site root directory. version: 0.2 phases: install: commands: …

amazon-web-services amazon-s3 gatsby aws-codebuild
Code build continues after build fails

I'm building a CI/CD pipeline using git, codebuild and elastic beanstalk. During codebuild execution when build fails due to …

build aws-codepipeline aws-codebuild
AWS CodePipeline, build failed & getting error as YAML_FILE_ERROR M

I'm new to AWS CodePipeline and never had past experience with any continuous integration tool like Jenkins, etc. I have …

git amazon-ec2 aws-codecommit aws-codepipeline aws-codebuild
AWS Codebuild fails while downloading source. Message: Access Denied

I created a CodeBuild Project that uses a docker image for node8. The purpose of this CodeBuild project is to …

node.js amazon-web-services amazon-elastic-beanstalk aws-codepipeline aws-codebuild
Codebuild aws command not found when ran?

I'm trying to get a simple docker app to build using AWS codebuild, but I am coming across an error …

amazon-web-services docker amazon-ec2 amazon-ecs aws-codebuild
code build is failed with Error while executing command: npm install. Reason: exit status 127

I created a code pipeline with very simple code and connected to codecommit. tried to build it but it is …

amazon-web-services npm aws-codebuild
AWS CodeBuild buildspec.yml get all files and subfolders recursively

I'm trying to use AWS CodeBuild to get all files and subfolders inside a nested public folder and deploy to …

amazon-web-services amazon-s3 aws-codebuild
Is there a way to change directory on AWS codebuild

With Snap-CI going away I've been trying to get our builds working on AWS CodeBuild. I have my buildspec.yml …

amazon-web-services continuous-integration aws-codebuild