Adds comments to Strava rides to track custom goals
client_id=<> client_secret=<> refresh_token=<> go run StravaElevation.go
- Setup environment variables on the lambda
- build to AWS lambdas spec
GOARCH=amd64 GOOS=linux go run StravaElevation.go
- zip files
zip StravaElevation.zip StravaElevation StravaElevation.go
- Upload zip to AWS
- install terraform CLI
- install AWS CLI
- configure AWS CLI
aws configure - Make sure terraform.tf is referring to the correct AWS profile. ("default" by default)
terraform planto create a change planterraform applyto apply(deploy) a planterraform destroyto destroy all infrastructure
dot command privided by Graphviz
terraform graph | dot -Tpng > graph.png
Strava Authentication Docs
- Use [Conventional Commits] when writing commit messages (https://www.conventionalcommits.org/en/v1.0.0/)
- Make a pull request
- Descriptive title
- Descriptive description
- Related issues listed in the description
- Rebase on top of origin/main
- Squash code into a single commit