Jump to content

Aws Certified | Developer

CodeBuild can automatically generate reports for unit, configuration, or functional tests run during a build.

In the navigation pane, choose and then Create report .

Configure an where the reports will be delivered in CSV or Parquet format. AWS Certified Developer

Set the time granularity (Hourly, Daily, or Monthly) and complete the setup. Use audit reports with your private CA - AWS Documentation

: Every time the build project runs, CodeBuild processes the test files and generates a new report. Set the time granularity (Hourly, Daily, or Monthly)

Developers often need to report on resource consumption for optimization. Open the AWS Billing and Cost Management Console .

To create a report in the context of the certification, you typically work with developer-focused services like AWS CodeBuild for testing and coverage or AWS Billing for usage insights . AWS CodeBuild Test Reports Open the AWS Billing and Cost Management Console

: Add a reports section to your project's buildspec.yml file. Specify a name for the report group and the location of your test result files (e.g., JUNITXML or NUNITXML).

×
×
  • Create New...