Skip to content

This application automatically triggers a CodeBuild project everytime a pull request is created or updated in CodeCommit. It also comments the build details in the pull request for easier navigation.

License

Notifications You must be signed in to change notification settings

silverhero13/sam-codebuild-auto-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sam-codebuild-auto-build

This application automatically triggers a CodeBuild project everytime a pull request is created or updated in CodeCommit. It also comments the build details in the pull request for easier navigation.

This project is configured to use TypeScript, ESLint, and Prettier.

Deploy the sample application

To use the SAM CLI, you need the following tools.

Build the TypeScript code first by going to the app directory and running the build script:

cd app
npm run build

Go back to the project's root directory.

Build and deploy the application with the following commands:

sam build
sam deploy --guided

The first command will build the source of your application. The second command will package and deploy your application to AWS, with a series of prompts.

About

This application automatically triggers a CodeBuild project everytime a pull request is created or updated in CodeCommit. It also comments the build details in the pull request for easier navigation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published