Questions tagged [aws-codestar]

AWS CodeStar is a cloud-based service for creating, managing, and working with software development projects on AWS.

Documentation: AWS CodeStar User Guide

100 questions
19
votes
1 answer

CodeStar/CodeBuild Role X trusts too many services, expected only 1

I'm testing out CodeStar with the default NodeJS & serverless template. For some reason this template defaults to nodejs 8.11 for the runtime environment and 6.10 for the build environment. In order to sync them I'm attempting to override the build…
Chris Owens
  • 5,076
  • 12
  • 61
  • 131
9
votes
3 answers

Python 3.6 unavailable in AWS CodeBuild, Python 3.5 unavailable in AWS Lambda

I have a Python 3 project which I am trying to deploy to AWS Lambda via AWS Codestar -> Codepipeline -> Codebuild -> Cloudformation. My project (which really just consists of a simple API Gateway handler method) imports a Python 3 (requires 3)…
Brooks
  • 7,099
  • 6
  • 51
  • 82
8
votes
1 answer

In AWS Codestar, how to configure branch deployments to specific environments?

I just created a brand new AWS Codestar project. As far as I can tell, that Codestar is just a dashboard that integrates multiple AWS products. There is one thing that I don't know how to configure yet, and it is branch deployments. In my git…
7
votes
1 answer

What's the difference between buildspec, appspec, and rolling my own AMI?

I'm fairly confused about how the buildspec.yml and the appspec.yml files differ from one another, aside from structure. It doesn't seem like the phase commands from my buildspec have much effect on the deployment environment, and there is similar…
d8aninja
  • 3,233
  • 4
  • 36
  • 60
6
votes
1 answer

How can I push a git tag to GitHub in AWS Pipeline using a CodeStar Connection?

I have an AWS Pipeline that is connected to GitHub via CodeStar Connection. The process looks like this: Pull source from GitHub Build project Run tests Deploy Before (or as part of) step 4 I would like the AWS Pipeline to tag the code with a git…
Milk
  • 2,469
  • 5
  • 31
  • 54
5
votes
0 answers

How does AWS Connector for GitHub use the write permissions?

I'm trying to find an explanation why the AWS CodeStar connector for GitHub needs write permission to administration, code and pull requests. There is no mentions about it in the official doc I feel uncomfortable that I can't opt out it.
5
votes
0 answers

Use AWS CodeStar Connections Info with CodeBuild

I'm using CodePipeline for my CI/CD process. Currently migrating from CodeCommit to a private GitHub repo, I want to keep automating my tag and release process. The issue is that I'd need a personal token to do so. However, that being said, we do…
5
votes
1 answer

Change CodeStar Spring MVC project to Spring Boot

I have a Spring Boot project that works perfectly when run in IDE. I would like to run this via AWS CodeStar. Unfortunately, the default Spring template created by CodeStar uses Spring MVC. I cannot just overwrite the default Spring MVC project with…
Jan Horčička
  • 671
  • 1
  • 11
  • 26
5
votes
1 answer

How to use AWS CodeStar for Angular Applications?

Can anyone let me know how can we configure AWS CodeStar project for Angular applications? There is no specific project template exists for angular right now. But i see Node.js + Lambda project template is there. I don't know how it works since i…
4
votes
0 answers

Can 'codestar connections used' trigger aws event bridge?

Although AWS considers using git webhooks to be antiquated practice, the documentation on aws codestar connections seems to be a bit scarce. I want to create a generic pipeline that can be triggered when a new repository is committed to for the…
4
votes
2 answers

Trigger AWS codepipeline manually and not on every commit using bitbucket codestar connection

I am not able to find a way to stop the auto triggering of the pipeline whenever I push code to bitbucket.
4
votes
1 answer

What is the difference between AWS lightsail vs codeStar

I am exploring options to quickly deploy and start a project on AWS stack. And I came across above two services, "LightSail" and "CodeStar". I could not find any comparison of these two services from internet. Hence would like to know more about…
Sahan Maldeniya
  • 1,028
  • 1
  • 14
  • 21
4
votes
0 answers

Build a CodeStar pipiline that spans two different AWS accounts

For the same project, I have two separate account a dev account and a staging/production account. On the first, each developer has full access on all account's services. There's a CodeStar service in place, when a push is made on the related…
BAD_SEED
  • 4,840
  • 11
  • 53
  • 110
3
votes
2 answers

Installing NLTK/WORDNET on AWS Lambda via CodeBuild

I'm trying to get NLTK and Wordnet working on a lambda via CodeBuild. It looks like it installs fine in CloudFormation, but I get the following error in the Lambda: START RequestId: c660c446-e1c4-11e8-8047-15f59f1e002c Version: $LATEST Unable to…
3
votes
1 answer

Installing Python dependencies in AWS Codestar with Lambda

I'm trying out AWS Codestar. My objective is to deploy a non-trivial lambda endpoint, that is, where the handler has dependencies. Ideally, I'd like to be able to specify them in a requirements.txt file somewhere but this seems not to be so…
MikeBrno
  • 121
  • 1
  • 7
1
2 3 4 5 6 7