docs: add developer's guide for running CodeBuild locally#94
docs: add developer's guide for running CodeBuild locally#94scottschreckengaust wants to merge 11 commits intomainfrom
Conversation
Updated prerequisites and options for the codebuild_build.sh script in the developer guide.
Added note about editing the buildspec-override value in codebuild.yml.
|
An alternative is including instructions in this GitHub Wiki. This is viable, but will not be pulled down while developing and could be missed. https://github.com/awslabs/aidlc-workflows/wiki I would argue that the Wiki should be disabled. |
harmjeff
left a comment
There was a problem hiding this comment.
I have reviewed it and run it locally. Looks good
|
Ran this. Got output but not sure how to interpret it. What should we be looking for? |
Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
This shows that you have successfully run a local AWS CodeBuild. The four "phases" of the workflow outline the commands that will be run in order ( I updated the section of the build specification override to install the GitHub CLI, |
Summary
docs/DEVELOPERS_GUIDE.mdwith instructions for running CodeBuild locally using the local agentcodebuild_build.shflags including-bfor buildspec overrides,-cfor AWS credentials, and-efor environment variables.codebuild/**to.gitignorefor local build artifactsTest plan
codebuild_build.shcommands work locally with-bflag🤖 Generated with Claude Code