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


C++ For The 21st Century
17/02/2025

C++ is a language under attack from newer languages such as Rust and from more primitive languages such as C, yet it has a large community of committed and enthusiastic users. How can things be made b [ ... ]



Microsoft To Close Dev Home
07/02/2025

Microsoft has announced it is 'retiring' Dev Home, and moving " a subset of its features" to new places. The closedown will happen in May 2025.


More News

espbook

 

Comments




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

Last Updated ( Thursday, 27 February 2025 )