Skip to content

Commit

Permalink
add update script
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 24, 2024
1 parent ce99186 commit cc9d185
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/update-all-services.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -ex
git clone --depth=1 https://github.com/aws/aws-sdk-go-v2.git
cd aws-sdk-go-v2/service
echo "services:" > ../../all-services.yaml
ls | egrep -v '^internal$' | perl -pE 's/^/ /;s/$/:/' >> ../../all-services.yaml

0 comments on commit cc9d185

Please sign in to comment.