Skip to content

Commit ba36007

Browse files
author
Graham Krizek
committed
Use a better aws command for example script
1 parent 4d4ef8d commit ba36007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ handler () {
99
EVENT_JSON=$(echo $EVENT_DATA | jq .)
1010

1111
# Example of AWS command that's output will show up in CloudWatch Logs
12-
aws s3 ls s3://bucket
12+
aws s3 ls
1313

1414
# This is the return value because it's being sent to stderr (>&2)
1515
echo "{\"success\": true}" >&2

0 commit comments

Comments
 (0)