https://www.wiz.io/blog/wiz-research-codebreach-vulnerability-aws-codebuild #criticalvulnerability #WizKids #cybersecurity #HackerNews #ngated
My latest blog post is now live! I've taken the content from my presentation on test automation and AWS (ŚlonzaczQA 2024) and created a comprehensive guide on building efficient CI/CD pipelines.
The article explores how to use AWS #CodeBuild and AWS #CodePipeline to overcome the challenges of local testing and streamline your QA process.
Read the full article to learn how to:
👉Automate your testing and deployments.
👉Reduce costs by leveraging cloud resources.
👉Implement Infrastructure as Code (IaC) for consistent environments.
https://tomisoft.dev/blog/03_cicd/
#AWS #DevOps #CI/CD #TestAutomation #CodePipeline #CodeBuild
コンテナイメージをGitHub Actions+CodeBuildでビルドする
https://qiita.com/_kei_s/items/d62da133e0edb4048519?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
CodeBuild supports custom keys for S3 caching
https://aws.amazon.com/about-aws/whats-new/2025/03/aws-codebuild-custom-cache-keys-s3-caching/
You can define custom cache keys for granular cache management and better cache persistence. You can also share the keys across projects to use a common dependency cache to speed up your builds.
Also, it added support for fallback keys, which allows partial matches when an exact key is not found. This capability enables efficient caching sharing between similar builds, such as builds with common dependencies.
#AWS #CodeBuild
AWS CodeBuild now supports parallel test execution!
🚀 Speed up CI pipelines by running tests in parallel—less waiting, faster feedback.
#AWS #CodeBuild now supports parallel test execution, so you can run your test suites concurrently and reduce build times significantly
After many failed attempts, we finally have something working. The documentation around this is terrible, and trying to work things out from other example posts on the internet that aren't quite the same.
Planning to write up something more concrete with actual terraform for both sides.
Kudos to my colleague William Grant who helped push this through with is code diving into the google cloud client libraries.