https://github.com/ryu1kn/sandbox--aws-codepipeline
https://github.com/ryu1kn/sandbox--aws-codepipeline
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryu1kn/sandbox--aws-codepipeline
- Owner: ryu1kn
- Created: 2020-03-04T10:16:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T13:51:07.000Z (over 6 years ago)
- Last Synced: 2026-01-19T21:09:59.840Z (5 months ago)
- Language: HCL
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS CodePipeline Sandbox
1. Create a GitHub personal access token
1. Export the token to command line
```sh
export GITHUB_TOKEN=blah-blah-blah
```
1. Run terraform
```sh
cd pipeline
terraform init
terraform apply
```
## References
* [Use GitHub and the CodePipeline CLI to Create and Rotate Your GitHub Personal Access Token on a Regular Basis](https://docs.aws.amazon.com/codepipeline/latest/userguide/GitHub-authentication.html#GitHub-rotate-personal-token-CLI)
* [Action Structure Requirements in CodePipeline](https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements)
* [Building a Continuous Delivery Pipeline for a Lambda Application with AWS CodePipeline](https://docs.aws.amazon.com/lambda/latest/dg/build-pipeline.html)
* [Docker Images Provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html)