AWS CodeBuild Adds Fastlane Support
Written by Kay Ewbank   
Thursday, 27 February 2025

AWS has announced that AWS CodeBuild now supports the use of Fastlane for macOS environments. Fastlane is an open source tool suite designed to automate various aspects of mobile application development.

AWS CodeBuild is a fully managed build service in the cloud that compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for popular programming languages and build tools such as Apache Maven, and Gradle, and scales automatically to meet peak build requests.

awslogo

CodeBuild provides preconfigured environments for supported versions of Java, Ruby, Python, Go, Node. js, Android, . NET Core, PHP, and Docker. You can also customize your own environment by creating a Docker image and uploading it to the Amazon EC2 Container Registry or the Docker Hub registry.

To use CodeBuild, developers provide a build project consisting of information about how to run a build, including where to get the source code, which build environment to use, which build commands to run, and where to store the build output. The build environment is a combination of operating system, programming language runtime, and tools that CodeBuild uses to run a build.

CodeBuild downloads the source code into the build environment and then uses the build specification to run a build.
If there is any build output, the build environment uploads its output to an S3 bucket.

fastland banner

Fastlane provides mobile application developers with a centralized set of tools to manage tasks such as code signing, screenshot generation, beta distribution, and app store submissions. It integrates with continuous integration and continuous deployment (CI/CD) platforms and supports both iOS and Android development workflows.  The addition of support for Fastlane builds on the facilities introduced in CodeBuild for macOS which was introduced in August 2024. At that point, the only way to use Fastlane in the system was to manually install Fastlane in a custom build environment. The new facility means Fastlane is installed by default. 

awsfastlane

More Information

AWS CodeBuild

Related Articles

AWS CodeCatalyst Instant Projects 

New Amazon Build Services 

Amazon Releases PartiQL, A One Stop Query Language 

AWS Announces CloudSearch

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


The Impact Of Code Club
25/06/2025

In the era of AI, the Raspberry Pi Foundation takes the view that learning how to create with technology has never been more important. Last year it revamped its Code Club network of free co [ ... ]



Deno Not Giving Up Over JavaScript Trademark
01/07/2025

Deno has faced a setback in its attempt to get Oracle to relinquish the JavaScript Trademark. The US Patents Office Trademark Trial and Appeal Board (TTAB) dismissed Deno's fraud claim which is one th [ ... ]


More News

pico book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 27 February 2025 )