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
0
votes
1 answer

AWS Codebuild error while installing SASSC gem wrong ruby version

I'm running a Codestar project. Sample app installs fine. When I add my application in with SASSC get failure, because of Ruby version. Is there away to notify CodeBuild to upgrade Ruby version? tried looking through buildspec.yml am I anywhere…
0
votes
1 answer

AWS Codestar Setup Beanstalk Policy Errors for Auto-scaling

I've been trying to use Codestar on AWS Ruby on Rails using Elastic Beanstalk. I tried applying and assigning auto scaling full access policies to no avail. Can anybody help me navigate around these errors? Also using root account. Tried assigning…
0
votes
1 answer

How can i add approval stage in aws codepipeline?

I am new to aws services. We are having some ExpressJS Lambda projects created from CodeStar and are using default pipeline (CodeCommit(source)-> CodeBuild(build&test)-> CloudFormation->(deployment)). When we created project it deployed on Staging…
0
votes
0 answers

Using AWS Codestar, how can I make an IAM permission persist between commits/builds/deploys?

I'm using the Codestar Node.JS Expressjs quick start template. So far I have it to where I can send an HTTP request to the endpoint, and have it write to a DynamoDB database that I created. Unfortunately, this can only work if I go through the below…
Eric Seastrand
  • 2,473
  • 1
  • 29
  • 36
0
votes
1 answer

Complete AWS Codestar project as code?

Is it possible to build a complete AWS Codestar project from code? Codestar comes with a selection of project templates in the console GUI, I would like to start with templates as code, so everything can be under config management.
0
votes
1 answer

Deploying CodeStar application to Spot Instance

Is there an easy way to automatically deploy a CodeStar application to a persistent spot instance every time the request is fulfilled? The pipeline only runs when the code is changed and requires that the codedeploy agent already be installed. I've…
0
votes
2 answers

AWS Code Star Express API Enable CORS and Integration Response

I am using AWS Code star and using Express Web service template. Code star create Lambda and create API Gateway API. The api works, it returns what I want. I am trying to enable to CORS, through API gateway, API GateWay -> API -> resouce -> Actions…
0
votes
1 answer

Installing dependcies for running files in AWS Codebuilder

I am trying to run test files on AWS codebuilder pulling from a CodeCommit but the files have many dependencies that need to be installed. Many of them are included in Anaconda but I am worried that this will slow down the build speed considerably…
0
votes
1 answer

What is the AWS CodeStar project URL for connecting to JIRA?

AWS CodeStar enabled integration with JIRA. You can go to AWS CodeStar > Extensions > add extension and follow instructions to integrate with your JIRA application. However, the "AWS CodeStar project URL" that is provided is in the…
Czeslaw
  • 116
  • 1
  • 7
-1
votes
1 answer

Unable to create codestar host

I am trying to create a host on code pipeline. I am getting "Vpc configuration initialization failed" error. I can access GitHub instance through an ec2 instance that is on the same subnet with vpc configuration. Also that ec2 instance has same…
1 2 3 4 5 6
7